@@ -34,7 +34,7 @@ tokens. It can be constructed from a String, Reader, or InputStream.
3434JSONException.java: The JSONException is the standard exception type thrown
3535by this package.
3636
37- JSONPointer.java: Implementation of
37+ JSONPointer.java: Implementation of
3838[ JSON Pointer (RFC 6901)] ( https://tools.ietf.org/html/rfc6901 ) . Supports
3939JSON Pointers both in the form of string representation and URI fragment
4040representation.
@@ -67,16 +67,16 @@ JSONML.java: JSONML provides support for converting between JSONML and XML.
6767
6868XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
6969
70- Unit tests are maintained in a separate project. Contributing developers can test
71- JSON-java pull requests with the code in this project:
70+ Unit tests are maintained in a separate project. Contributing developers can test
71+ JSON-java pull requests with the code in this project:
7272https://github.com/stleary/JSON-Java-unit-test
7373
74- Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
75- (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf ) and
76- RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
77- (https://tools.ietf.org/html/rfc7159#section-6 ).
78- This package fully supports Integer, Long, and Double Java types. Partial support
79- for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
74+ Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
75+ (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf ) and
76+ RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
77+ (https://tools.ietf.org/html/rfc7159#section-6 ).
78+ This package fully supports Integer, Long, and Double Java types. Partial support
79+ for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
8080in the form of get(), opt(), and put() API methods.
8181
8282Although 1.6 compatibility is currently supported, it is not a project goal and may be
@@ -97,20 +97,20 @@ Release history:
9797
989820160810 Revert code that was breaking opt* () methods.
9999
100- 20160807 This release contains a bug in the JSONObject.opt* () and JSONArray.opt* () methods,
100+ 20160807 This release contains a bug in the JSONObject.opt* () and JSONArray.opt* () methods,
101101it is not recommended for use.
102102Java 1.6 compatability fixed, JSONArray.toList() and JSONObject.toMap(),
103- RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion.
103+ RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion.
104104Contains the latest code as of 7 Aug, 2016
105105
10610620160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb, 2016.
107107
10810820151123 JSONObject and JSONArray initialization with generics. Contains the
109109latest code as of 23 Nov, 2015.
110110
111- 20150729 Checkpoint for Maven central repository release. Contains the latest code
112- as of 29 July, 2015.
111+ 20150729 Checkpoint for Maven central repository release. Contains the latest code
112+ as of 29 July, 2015.
113113
114- JSON-java releases can be found by searching the Maven repository for groupId "org.json"
115- and artifactId "json". For example:
114+ JSON-java releases can be found by searching the Maven repository for groupId "org.json"
115+ and artifactId "json". For example:
116116https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.json%22%20AND%20a%3A%22json%22
0 commit comments