Package com.azure.json
package com.azure.json
Contains general classes for handling JSON.
-
ClassDescriptionDefault
JsonReader
implementation.DefaultJsonWriter
implementation.Reads a JSON encoded value as a stream of tokens.JsonSerializable<T extends JsonSerializable<T>>Indicates that the implementing class can be serialized to and deserialized from JSON.Token types used when reading JSON content.Context of JSON handling.Writes a JSON encoded value to a stream.Writing context of the JSON stream.