mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Merge pull request #168 from douglascrockford/readme-maven-info
Include latest Maven release information
This commit is contained in:
commit
dfd19116d3
1 changed files with 7 additions and 0 deletions
7
README
7
README
|
@ -62,3 +62,10 @@ JSONML.java: JSONML provides support for converting between JSONML and XML.
|
||||||
XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
|
XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
|
Release history:
|
||||||
|
|
||||||
|
20150729 Checkpoint for Maven central repository release. Contains the latest code as of 29 July, 2015.
|
||||||
|
|
||||||
|
JSON-java releases can be found by searching the Maven repository for groupId "org.json" and artifactId "json". For example:
|
||||||
|
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.json%22%20AND%20a%3A%22json%22
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue