| Class | Description |
|---|---|
| JSONArray |
JSON array.
|
| JSONBoolean |
JSON boolean.
|
| JSONByteArrayTarget |
JSON byte array target.
|
| JSONBytesSource |
JSON byte array source.
|
| JSONNull |
JSON null.
|
| JSONNumber |
JSON number.
|
| JSONObject |
JSON object.
|
| JSONString |
JSON string.
|
| JSONStringSource |
JSON string source.
|
| JSONStringTarget |
JSON String target.
|
| JSONTarget<R> |
Abstract JSON output target.
|
| JSONTextSource |
JSON text source.
|
| JSONValidationTarget |
JSON validation target.
|
| JSONValidationTargetWithoutUniqueKeys |
JSON validation target without unique keys.
|
| JSONValidationTargetWithUniqueKeys |
JSON validation target with unique keys.
|
| JSONValue |
JSON value.
|
| JSONValueTarget |
JSON value target.
|
| Enum | Description |
|---|---|
| JSONItemType |
JSON item type.
|
Internal utility classes for JSON data type.