File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7171Unit tests are maintained in a separate project. Contributing developers can test
7272JSON-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
7777RFC 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
8383Although 1.6 compatibility is currently supported, it is not a project goal and may be
8484removed in some future release.
You can’t perform that action at this time.
0 commit comments