| 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 |
|
| 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 |
|