public static interface JSONOne.JObject extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default JSONOne.JArray |
arrayValue() |
default boolean |
boolValue() |
JSONOne.Type |
getType() |
default JSONOne.JMap |
mapValue() |
default boolean |
nullValue() |
default Number |
numberValue() |
Object |
pojoValue() |
default String |
print() |
default String |
print(boolean compact) |
default String |
print(int indent,
boolean compact) |
void |
print(Writer w,
int indent,
boolean compact) |
default String |
stringValue() |
default JSONOne.JArray arrayValue()
default boolean boolValue()
JSONOne.Type getType()
default JSONOne.JMap mapValue()
default boolean nullValue()
default Number numberValue()
Object pojoValue()
default String stringValue()
void print(Writer w, int indent, boolean compact) throws IOException
IOExceptiondefault String print(boolean compact) throws IOException
IOExceptiondefault String print() throws IOException
IOExceptiondefault String print(int indent, boolean compact) throws IOException
IOExceptionCopyright © 2020. All rights reserved.