Skip to content

Commit 5504a37

Browse files
committed
Remove trailing whitespace
1 parent 4d8bdc3 commit 5504a37

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

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

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

6868
XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.
6969

70-
Unit tests are maintained in a separate project. Contributing developers can test
71-
JSON-java pull requests with the code in this project:
70+
Unit tests are maintained in a separate project. Contributing developers can test
71+
JSON-java pull requests with the code in this project:
7272
https://github.com/stleary/JSON-Java-unit-test
7373

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

8282
Although 1.6 compatibility is currently supported, it is not a project goal and may be
@@ -97,20 +97,20 @@ Release history:
9797

9898
20160810 Revert code that was breaking opt*() methods.
9999

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

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

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

111-
20150729 Checkpoint for Maven central repository release. Contains the latest code
112-
as of 29 July, 2015.
111+
20150729 Checkpoint for Maven central repository release. Contains the latest code
112+
as of 29 July, 2015.
113113

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

0 commit comments

Comments
 (0)