public interface JsonValue
Modifier and Type | Field and Description |
---|---|
static JsonValue |
NULL
JSON placeholder for null.
|
Modifier and Type | Method and Description |
---|---|
JsonArray |
asArray() |
JsonBoolean |
asBoolean() |
JsonNumber |
asNumber() |
JsonObject |
asObject() |
JsonString |
asString() |
JsonValue |
copyDeeply()
Makes a full copy of the JSON data structure.
|
boolean |
isArray() |
boolean |
isBoolean() |
boolean |
isNumber() |
boolean |
isObject() |
boolean |
isString() |
void |
write(Writer writer) |
static final JsonValue NULL
JsonArray asArray()
JsonBoolean asBoolean()
JsonNumber asNumber()
JsonObject asObject()
JsonString asString()
JsonValue copyDeeply()
boolean isArray()
boolean isBoolean()
boolean isNumber()
boolean isObject()
boolean isString()
void write(Writer writer) throws IOException
IOException
Copyright © 2018. All rights reserved.