Class | Description |
---|---|
JSON |
JSON character constants and character utility routines based on
RFC4627.
|
JSONArray |
Class to implement a JSON array as defined in RFC4627.
|
JSONObject |
Class to implement a JSON object as defined in RFC4627.
|
JSONReader |
Reader subclass to read JSON data and create JSON objects.
|
JSONWriter |
Writer class to write certain java objects as JSON value strings.
|
Enum | Description |
---|---|
JSONLiteral |
Enum for the allowed JSON literals as defined in RFC4627.
|
JSONValue |
Enum of valid java classes for JSON values.
|
Exception | Description |
---|---|
JSONException |
Special class for our own JSON exceptions.
|