All Classes and Interfaces
Class
Description
Model representing a JSON array.
Model representing a JSON boolean value.
Interface defining methods that all JSON types must implement.
Model representing a JSON null value.
Class representing the JSON number type
Class representing the JSON object type.
Contains configuration options for creating a
JsonReader or JsonWriter.An interface to be implemented by any azure-json plugin that wishes to provide an alternate
JsonReader or
JsonWriter implementation.Utility class for
JsonProvider that will use the implementation of JsonProvider found on the
classpath to create instances of JsonReader or JsonWriter.Reads a JSON value as a stream of tokens.
Indicates that the implementing class can be serialized to and deserialized from JSON.
Class representing the JSON string type
Token types used when reading JSON content.
Context of JSON handling.
Writes a JSON value as a stream of tokens.
Writing context of the JSON stream.
A callback used when reading a JSON value, such as
JsonReader.readArray(ReadValueCallback).A callback used when writing a JSON value, such as
JsonWriter.writeArray(Object[], WriteValueCallback).