Skip to content

Commit 26160e1

Browse files
committed
Remove trailing whitespace
1 parent b7e2eee commit 26160e1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tokens. It can be constructed from a String, Reader, or InputStream.
3232
JSONException.java: The JSONException is the standard exception type thrown
3333
by this package.
3434

35-
JSONPointer.java: Implementation of
35+
JSONPointer.java: Implementation of
3636
[JSON Pointer (RFC 6901)](https://tools.ietf.org/html/rfc6901). Supports
3737
JSON Pointers both in the form of string representation and URI fragment
3838
representation.
@@ -65,16 +65,16 @@ JSONML.java: JSONML provides support for converting between JSONML and XML.
6565

6666
XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
6767

68-
Unit tests are maintained in a separate project. Contributing developers can test
69-
JSON-java pull requests with the code in this project:
68+
Unit tests are maintained in a separate project. Contributing developers can test
69+
JSON-java pull requests with the code in this project:
7070
https://github.com/stleary/JSON-Java-unit-test
7171

72-
Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
73-
(http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and
74-
RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
75-
(https://tools.ietf.org/html/rfc7159#section-6).
76-
This package fully supports Integer, Long, and Double Java types. Partial support
77-
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
72+
Numeric types in this package comply with ECMA-404: The JSON Data Interchange Format
73+
(http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and
74+
RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format
75+
(https://tools.ietf.org/html/rfc7159#section-6).
76+
This package fully supports Integer, Long, and Double Java types. Partial support
77+
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
7878
in the form of get(), opt(), and put() API methods.
7979

8080
Although 1.6 compatibility is currently supported, it is not a project goal and may be
@@ -95,20 +95,20 @@ Release history:
9595

9696
20160810 Revert code that was breaking opt*() methods.
9797

98-
20160807 This release contains a bug in the JSONObject.opt*() and JSONArray.opt*() methods,
98+
20160807 This release contains a bug in the JSONObject.opt*() and JSONArray.opt*() methods,
9999
it is not recommended for use.
100100
Java 1.6 compatability fixed, JSONArray.toList() and JSONObject.toMap(),
101-
RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion.
101+
RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion.
102102
Contains the latest code as of 7 Aug, 2016
103103

104104
20160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb, 2016.
105105

106106
20151123 JSONObject and JSONArray initialization with generics. Contains the
107107
latest code as of 23 Nov, 2015.
108108

109-
20150729 Checkpoint for Maven central repository release. Contains the latest code
110-
as of 29 July, 2015.
109+
20150729 Checkpoint for Maven central repository release. Contains the latest code
110+
as of 29 July, 2015.
111111

112-
JSON-java releases can be found by searching the Maven repository for groupId "org.json"
113-
and artifactId "json". For example:
112+
JSON-java releases can be found by searching the Maven repository for groupId "org.json"
113+
and artifactId "json". For example:
114114
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.json%22%20AND%20a%3A%22json%22

0 commit comments

Comments
 (0)