You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,10 @@ JSONML.java: JSONML provides support for converting between JSONML and XML.
62
62
XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
63
63
64
64
Unit tests are maintained in a separate project. Contributing developers can test JSON-java pull requests with the code in this project: https://github.com/stleary/JSON-Java-unit-test
65
+
66
+
Release history:
67
+
68
+
20150729 Checkpoint for Maven central repository release. Contains the latest code as of 29 July, 2015.
69
+
70
+
JSON-java releases can be found by searching the Maven repository for groupId "org.json" and artifactId "json". For example:
0 commit comments