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