@@ -32,7 +32,7 @@ tokens. It can be constructed from a String, Reader, or InputStream.
3232JSONException.java: The JSONException is the standard exception type thrown
3333by this package.
3434
35- JSONPointer.java: Implementation of
35+ JSONPointer.java: Implementation of
3636[ JSON Pointer (RFC 6901)] ( https://tools.ietf.org/html/rfc6901 ) . Supports
3737JSON Pointers both in the form of string representation and URI fragment
3838representation.
@@ -65,16 +65,16 @@ JSONML.java: JSONML provides support for converting between JSONML and XML.
6565
6666XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
6767
68- Unit tests are maintained in a separate project. Contributing developers can test
69- JSON-java pull requests with the code in this project:
68+ Unit tests are maintained in a separate project. Contributing developers can test
69+ JSON-java pull requests with the code in this project:
7070https://github.com/stleary/JSON-Java-unit-test
7171
72- Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
73- (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf ) and
74- RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
75- (https://tools.ietf.org/html/rfc7159#section-6 ).
76- This package fully supports Integer, Long, and Double Java types. Partial support
77- for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
72+ Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
73+ (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf ) and
74+ RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
75+ (https://tools.ietf.org/html/rfc7159#section-6 ).
76+ This package fully supports Integer, Long, and Double Java types. Partial support
77+ for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
7878in the form of get(), opt(), and put() API methods.
7979
8080Although 1.6 compatibility is currently supported, it is not a project goal and may be
@@ -95,20 +95,20 @@ Release history:
9595
969620160810 Revert code that was breaking opt* () methods.
9797
98- 20160807 This release contains a bug in the JSONObject.opt* () and JSONArray.opt* () methods,
98+ 20160807 This release contains a bug in the JSONObject.opt* () and JSONArray.opt* () methods,
9999it is not recommended for use.
100100Java 1.6 compatability fixed, JSONArray.toList() and JSONObject.toMap(),
101- RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion.
101+ RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion.
102102Contains the latest code as of 7 Aug, 2016
103103
10410420160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb, 2016.
105105
10610620151123 JSONObject and JSONArray initialization with generics. Contains the
107107latest code as of 23 Nov, 2015.
108108
109- 20150729 Checkpoint for Maven central repository release. Contains the latest code
110- as of 29 July, 2015.
109+ 20150729 Checkpoint for Maven central repository release. Contains the latest code
110+ as of 29 July, 2015.
111111
112- JSON-java releases can be found by searching the Maven repository for groupId "org.json"
113- and artifactId "json". For example:
112+ JSON-java releases can be found by searching the Maven repository for groupId "org.json"
113+ and artifactId "json". For example:
114114https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.json%22%20AND%20a%3A%22json%22
0 commit comments