Skip to content

Commit b6efbab

Browse files
committed
Making links markdown links
1 parent 9eb8c27 commit b6efbab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ Unit tests are maintained in a separate project. Contributing developers can tes
7272
JSON-java pull requests with the code in this project:
7373
https://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).
7978
This package fully supports `Integer`, `Long`, and `Double` Java types. Partial support
8079
for `BigInteger` and `BigDecimal` values in `JSONObject` and `JSONArray` objects is provided
8180
in the form of `get()`, `opt()`, and `put()` API methods.

0 commit comments

Comments
 (0)