Skip to content

Commit e2a0bb1

Browse files
committed
Update README with number information
See stleary#162
1 parent a971736 commit e2a0bb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
6363

6464
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
6565

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.
70+
6671
Release history:
6772

6873
20151123 JSONObject and JSONArray initialization with generics. Contains the

0 commit comments

Comments
 (0)