Uses of Package
com.azure.json
-
Classes in com.azure.json used by com.azure.jsonClassDescriptionContains configuration options for creating a
JsonReaderorJsonWriter.Reads a JSON value as a stream of tokens.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 value as a stream of tokens.Writing context of the JSON stream.A callback used when reading a JSON value, such asJsonReader.readArray(ReadValueCallback).A callback used when writing a JSON value, such asJsonWriter.writeArray(Object[], WriteValueCallback).