| Interface | Description |
|---|---|
| JsonString |
The
JsonString interface allows a toJsonString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). |
| Class | Description |
|---|---|
| JsonBuffer | |
| JsonPointer |
A JSON Pointer is a simple query language defined for JSON documents by
RFC 6901.
|
| JsonPointer.Builder |
This class allows the user to build a JsonPointer in steps, using exactly one segment in each
step.
|
| JsonStream | |
| JsonTokener |
A JsonTokener takes a source string and extracts characters and tokens from
it.
|
| JsonWriter |
JsonWriter provides a quick and convenient way of producing JSON text.
|
| Enum | Description |
|---|---|
| JsonBuffer.Status | |
| JsonStream.Status |
| Exception | Description |
|---|---|
| JsonPointerException |
The JsonPointerException is thrown by
JSONPointer if an error occurs
during evaluating a pointer. |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.