Package | Description |
---|---|
oracle.dbtools.plugin.api.json |
JavaScript Object Notation (JSON) APIs for reading and writing JSON character streams.
|
Modifier and Type | Method and Description |
---|---|
JSONToken.Type |
JSONToken.type()
This token's type
|
static JSONToken.Type |
JSONToken.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONToken.Type[] |
JSONToken.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|