public interface JsonWriter extends Closeable
JsonWriterFactory| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(JsonStructure value) |
default void |
write(JsonValue value) |
void |
writeArray(JsonArray array) |
void |
writeObject(JsonObject object) |
void writeArray(JsonArray array)
void writeObject(JsonObject object)
void write(JsonStructure value)
default void write(JsonValue value)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2010 - 2020 Adobe. All Rights Reserved