Class JsonReader

java.lang.Object
com.azure.json.JsonReader
All Implemented Interfaces:
Closeable, AutoCloseable

public abstract class JsonReader extends Object implements Closeable
Reads a JSON value as a stream of tokens.

Instances of JsonReader are created using an instance of JsonProvider or using the utility methods in JsonProviders.

See Also: