Skip to content

Commit 78b6e08

Browse files
authored
Create README.md
1 parent c9c5361 commit 78b6e08

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)