public interface JsonReader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
JsonStructure |
read() |
JsonArray |
readArray() |
JsonObject |
readObject() |
default JsonValue |
readValue() |
JsonStructure read()
JsonObject readObject()
JsonArray readArray()
void close()
close in interface AutoCloseableclose in interface Closeabledefault JsonValue readValue()
Copyright © 2010 - 2020 Adobe. All Rights Reserved