| Interface | Description |
|---|---|
| JsonArray |
A JsonArray e.g.
|
| JsonArrayBuilder | |
| JsonBuilderFactory | |
| JsonMergePatch |
A JSON MergePatch as defined in http://tools.ietf.org/html/rfc7396
|
| JsonNumber |
JsonValue which represents a number.
|
| JsonObject |
A JsonObject, e.g.
|
| JsonObjectBuilder |
A JsonObjectBuilder can be used to build
JsonObjects. |
| JsonPatch |
JsonPatch is a format for expressing a sequence of operations to apply on
a target JSON document.
|
| JsonPatchBuilder |
TODO this is a final class in the spec, but that makes no sense.
|
| JsonPointer |
This class is an immutable representation of a JSON Pointer as specified in
RFC 6901.
|
| JsonReader | |
| JsonReaderFactory | |
| JsonString |
JsonValue which represents a string.
|
| JsonStructure |
A complex type as JsonValue.
|
| JsonValue |
A single value in a JSON expression.
|
| JsonWriter |
Write a JsonObject, JsonArray JsonStructure or more generic
a JsonValue to the output.
|
| JsonWriterFactory |
| Class | Description |
|---|---|
| Json |
| Enum | Description |
|---|---|
| JsonPatch.Operation |
An enumeration of available operations for
JsonPatch. |
| JsonValue.ValueType |
| Exception | Description |
|---|---|
| JsonException |
Copyright © 2010 - 2020 Adobe. All Rights Reserved