mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
Making links markdown links
This commit is contained in:
parent
9eb8c27724
commit
b6efbabc32
@ -72,10 +72,9 @@ Unit tests are maintained in a separate project. Contributing developers can tes
|
|||||||
JSON-java pull requests with the code in this project:
|
JSON-java pull requests with the code in this project:
|
||||||
https://github.com/stleary/JSON-Java-unit-test
|
https://github.com/stleary/JSON-Java-unit-test
|
||||||
|
|
||||||
Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
|
Numeric types in this package comply with
|
||||||
(http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and
|
[ECMA-404: The JSON Data Interchange Format](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and
|
||||||
RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
|
[RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format](https://tools.ietf.org/html/rfc7159#section-6).
|
||||||
(https://tools.ietf.org/html/rfc7159#section-6).
|
|
||||||
This package fully supports `Integer`, `Long`, and `Double` Java types. Partial support
|
This package fully supports `Integer`, `Long`, and `Double` Java types. Partial support
|
||||||
for `BigInteger` and `BigDecimal` values in `JSONObject` and `JSONArray` objects is provided
|
for `BigInteger` and `BigDecimal` values in `JSONObject` and `JSONArray` objects is provided
|
||||||
in the form of `get()`, `opt()`, and `put()` API methods.
|
in the form of `get()`, `opt()`, and `put()` API methods.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user