Uses of Package
com.azure.json
Packages that use com.azure.json
Package
Description
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
-
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 asreadArray(ReadValueCallback).A callback used when writing a JSON value, such asJsonWriter.writeArray(Object[], WriteValueCallback).