Commit 78b6e08 1 parent c9c5361 commit 78b6e08 Copy full SHA for 78b6e08
File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments