mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
Making links markdown links
This commit is contained in:
parent
9eb8c27724
commit
b6efbabc32
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue