File tree 1 file changed +3
-4
lines changed
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
72
72
JSON-java pull requests with the code in this project:
73
73
https://github.com/stleary/JSON-Java-unit-test
74
74
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 ) .
79
78
This package fully supports ` Integer ` , ` Long ` , and ` Double ` Java types. Partial support
80
79
for ` BigInteger ` and ` BigDecimal ` values in ` JSONObject ` and ` JSONArray ` objects is provided
81
80
in the form of ` get() ` , ` opt() ` , and ` put() ` API methods.
You can’t perform that action at this time.
0 commit comments