Interface | Description |
---|---|
JsonConstants |
Fixed values for JSON as constants.
|
JsonType |
Common type for top level JSON objects (i.e.
|
Class | Description |
---|---|
JsonArray |
The Java internal representation of a JSON array.
|
JsonObject |
The Java representation of a JSON object.
|
JsonObjectAccessor |
This is a wrapper around a single JsonObject.
|
JsonUtil |
Convenience methods for JavaScript Object Notation (JSON) handling.
|
SimpleJsonParser |
A parser that creates a Java internal structure of JsonObject and
JsonArray objects from a given JSON text.
|
Exception | Description |
---|---|
JsonAccessException |
General exception for problems with access to JSON object fields/values.
|
JsonParseException |
An exception for all kinds of JSON parsing problems.
|