We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0471d commit ef5893aCopy full SHA for ef5893a
README
@@ -3,7 +3,7 @@ JSON in Java [package org.json]
3
Douglas Crockford
4
[email protected]
5
6
-2010-12-21
+2011-02-02
7
8
9
JSON is a light-weight, language independent, data interchange format.
@@ -32,7 +32,7 @@ JSONArray.java: The JSONObject can parse text from a String or a JSONTokener
32
to produce a vector-like object. The object provides methods for manipulating
33
its contents, and for producing a JSON compliant array serialization.
34
35
-JSONTokenizer.java: The JSONTokener breaks a text into a sequence of individual
+JSONTokener.java: The JSONTokener breaks a text into a sequence of individual
36
tokens. It can be constructed from a String, Reader, or InputStream.
37
38
JSONException.java: The JSONException is the standard exception type thrown
0 commit comments