Class | Description |
---|---|
JSONArray |
A dense indexed sequence of values.
|
JSONArrayTest |
This black box test was written without inspecting the non-free org.json sourcecode.
|
JSONObject |
A modifiable set of name/value mappings.
|
JSONObjectTest |
This black box test was written without inspecting the non-free org.json sourcecode.
|
JSONStringer |
Implements
JSONObject.toString() and JSONArray.toString() . |
JSONStringerTest |
This black box test was written without inspecting the non-free org.json sourcecode.
|
JSONTokener |
Parses a JSON (RFC 4627)
encoded string into the corresponding object.
|
JSONTokenerTest |
This black box test was written without inspecting the non-free org.json sourcecode.
|
ParsingTest | |
SelfUseTest |
These tests checks self use calls.
|
Exception | Description |
---|---|
JSONException |
Thrown to indicate a problem with the JSON API.
|