mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
iz
This commit is contained in:
parent
9a0471d5a1
commit
ef5893abad
4
README
4
README
@ -3,7 +3,7 @@ JSON in Java [package org.json]
|
|||||||
Douglas Crockford
|
Douglas Crockford
|
||||||
douglas@crockford.com
|
douglas@crockford.com
|
||||||
|
|
||||||
2010-12-21
|
2011-02-02
|
||||||
|
|
||||||
|
|
||||||
JSON is a light-weight, language independent, data interchange format.
|
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
|
|||||||
to produce a vector-like object. The object provides methods for manipulating
|
to produce a vector-like object. The object provides methods for manipulating
|
||||||
its contents, and for producing a JSON compliant array serialization.
|
its contents, and for producing a JSON compliant array serialization.
|
||||||
|
|
||||||
JSONTokenizer.java: The JSONTokener breaks a text into a sequence of individual
|
JSONTokener.java: The JSONTokener breaks a text into a sequence of individual
|
||||||
tokens. It can be constructed from a String, Reader, or InputStream.
|
tokens. It can be constructed from a String, Reader, or InputStream.
|
||||||
|
|
||||||
JSONException.java: The JSONException is the standard exception type thrown
|
JSONException.java: The JSONException is the standard exception type thrown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user