Skip to content

Commit ef5893a

Browse files
iz
1 parent 9a0471d commit ef5893a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JSON in Java [package org.json]
33
Douglas Crockford
44
55

6-
2010-12-21
6+
2011-02-02
77

88

99
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
3232
to produce a vector-like object. The object provides methods for manipulating
3333
its 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
3636
tokens. It can be constructed from a String, Reader, or InputStream.
3737

3838
JSONException.java: The JSONException is the standard exception type thrown

0 commit comments

Comments
 (0)