Class JsonWriter

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

public abstract class JsonWriter extends Object implements Closeable
Writes a JSON value as a stream of tokens.

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

See Also: