Skip to content

Commit 9eb8c27

Browse files
committed
Marking up class and method names as inline code
1 parent 1959633 commit 9eb8c27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cookie lists.
6666

6767
**JSONML.java**: `JSONML` provides support for converting between JSONML and XML.
6868

69-
**XMLTokener.java**: `XMLTokener` extends JSONTokener for parsing XML text.
69+
**XMLTokener.java**: `XMLTokener` extends `JSONTokener` for parsing XML text.
7070

7171
Unit tests are maintained in a separate project. Contributing developers can test
7272
JSON-java pull requests with the code in this project:
@@ -76,9 +76,9 @@ Numeric types in this package comply with ECMA-404: The JSON Data Interchange Fo
7676
(http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and
7777
RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
7878
(https://tools.ietf.org/html/rfc7159#section-6).
79-
This package fully supports Integer, Long, and Double Java types. Partial support
80-
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
81-
in the form of get(), opt(), and put() API methods.
79+
This package fully supports `Integer`, `Long`, and `Double` Java types. Partial support
80+
for `BigInteger` and `BigDecimal` values in `JSONObject` and `JSONArray` objects is provided
81+
in the form of `get()`, `opt()`, and `put()` API methods.
8282

8383
Although 1.6 compatibility is currently supported, it is not a project goal and may be
8484
removed in some future release.

0 commit comments

Comments
 (0)