File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,9 @@ Unit tests are maintained in a separate project. Contributing developers can tes
7272JSON-java pull requests with the code in this project:
7373https://github.com/stleary/JSON-Java-unit-test
7474
75- Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
76- (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf ) and
77- RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
78- (https://tools.ietf.org/html/rfc7159#section-6 ).
75+ Numeric types in this package comply with
76+ [ ECMA-404: The JSON Data Interchange Format] ( http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf ) and
77+ [ RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format] ( https://tools.ietf.org/html/rfc7159#section-6 ) .
7978This package fully supports ` Integer ` , ` Long ` , and ` Double ` Java types. Partial support
8079for ` BigInteger ` and ` BigDecimal ` values in ` JSONObject ` and ` JSONArray ` objects is provided
8180in the form of ` get() ` , ` opt() ` , and ` put() ` API methods.
You can’t perform that action at this time.
0 commit comments