Skip to content

Commit 2b2fac3

Browse files
committed
Broke up some overly long lines.
1 parent e2a0bb1 commit 2b2fac3

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,26 @@ JSONML.java: JSONML provides support for converting between JSONML and XML.
6161

6262
XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
6363

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-
Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format (http://www.ecma-international.org/p
67-
ublications/files/ECMA-ST/ECMA-404.pdf) and RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format (https:/
68-
/tools.ietf.org/html/rfc7159#section-6). This package fully supports Integer, Long, and Double Java types. Partial support for BigInteger and BigDecimal values in JSONObject and JSONArray objects is pr
69-
ovided in the form of get(), opt(), and put() API methods.
64+
Unit tests are maintained in a separate project. Contributing developers can test
65+
JSON-java pull requests with the code in this project:
66+
https://github.com/stleary/JSON-Java-unit-test
67+
68+
Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
69+
(http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and
70+
RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
71+
(https://tools.ietf.org/html/rfc7159#section-6).
72+
This package fully supports Integer, Long, and Double Java types. Partial support
73+
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
74+
in the form of get(), opt(), and put() API methods.
7075

7176
Release history:
7277

7378
20151123 JSONObject and JSONArray initialization with generics. Contains the
7479
latest code as of 23 Nov, 2015.
7580

76-
20150729 Checkpoint for Maven central repository release. Contains the latest code as of 29 July, 2015.
81+
20150729 Checkpoint for Maven central repository release. Contains the latest code
82+
as of 29 July, 2015.
7783

78-
JSON-java releases can be found by searching the Maven repository for groupId "org.json" and artifactId "json". For example:
84+
JSON-java releases can be found by searching the Maven repository for groupId "org.json"
85+
and artifactId "json". For example:
7986
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.json%22%20AND%20a%3A%22json%22

0 commit comments

Comments
 (0)