Package | Description |
---|---|
elemental.js.json | |
elemental.json | |
elemental.json.impl |
Modifier and Type | Method and Description |
---|---|
JsonType |
JsJsonValue.getType() |
Modifier and Type | Method and Description |
---|---|
JsonType |
JsonValue.getType()
Returns an enumeration representing the fundamental JSON type.
|
static JsonType |
JsonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonType[] |
JsonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonType |
JreJsonBoolean.getType() |
JsonType |
JreJsonObject.getType() |
JsonType |
JreJsonArray.getType() |
JsonType |
JreJsonString.getType() |
JsonType |
JreJsonNumber.getType() |
JsonType |
JreJsonNull.getType() |
Copyright © 2018. All rights reserved.