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]
33Douglas Crockford
4455
6- 2010-12-21
6+ 2011-02-02
77
88
99JSON 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
3232to produce a vector-like object. The object provides methods for manipulating
3333its contents, and for producing a JSON compliant array serialization.
3434
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
3636tokens. It can be constructed from a String, Reader, or InputStream.
3737
3838JSONException.java: The JSONException is the standard exception type thrown
You can’t perform that action at this time.
0 commit comments