We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c5361 commit 78b6e08Copy full SHA for 78b6e08
README.md
@@ -0,0 +1,26 @@
1
+# json-smart-v1
2
+
3
+## notes:
4
+Json-smart V1.X, Json-smart V2.X, Json-smart-mini v1.X are all maintained.
5
6
+### Json-smart V1.X
7
8
+legacy version compatible with [org.json](https://mvnrepository.com/artifact/org.json/json) implementation.
9
10
+- [json-smart V1](https://mvnrepository.com/artifact/net.minidev/json-smart)
11
12
+### Json-smart-mini V1.X
13
14
+a smaller version of Json-smart V1.X.
15
+- [json-smart-mini](https://mvnrepository.com/artifact/net.minidev/json-smart-mini)
16
17
+### Json-smart-mini V2.X
18
19
+A fastest version, with mapping support.
20
21
+- [json-smart V2](https://mvnrepository.com/artifact/net.minidev/json-smart)
22
23
+## changelog
24
25
+* V 1.3.3 fix out of bound exception
26
0 commit comments