File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ JSON in Java [package org.json]
3
3
Douglas Crockford
4
4
5
5
6
- 2010-12-21
6
+ 2011-02-02
7
7
8
8
9
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
32
to produce a vector-like object. The object provides methods for manipulating
33
33
its contents, and for producing a JSON compliant array serialization.
34
34
35
- JSONTokenizer .java: The JSONTokener breaks a text into a sequence of individual
35
+ JSONTokener .java: The JSONTokener breaks a text into a sequence of individual
36
36
tokens. It can be constructed from a String, Reader, or InputStream.
37
37
38
38
JSONException.java: The JSONException is the standard exception type thrown
You can’t perform that action at this time.
0 commit comments