| Interface | Description |
|---|---|
| JSONString |
The
JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). |
| Class | Description |
|---|---|
| JSONArray |
A dense indexed sequence of values.
|
| JSONObject |
A modifiable set of name/value mappings.
|
| JSONStringer |
Implements
JSONObject.toString() and JSONArray.toString(). |
| JSONTokener |
Parses a JSON (RFC 4627)
encoded string into the corresponding object.
|
| Exception | Description |
|---|---|
| JSONException |
Thrown to indicate a problem with the JSON API.
|
Copyright © 2017. All rights reserved.