Package | Description |
---|---|
net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
Modifier and Type | Method and Description |
---|---|
JSON.Mode |
JSON.getMode()
Gets JSON interpreter mode.
|
JSON.Mode |
JSON.Context.getMode() |
static JSON.Mode |
JSON.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSON.Mode[] |
JSON.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JSON.setMode(JSON.Mode mode)
Sets JSON interpreter mode.
|
Constructor and Description |
---|
JSON(JSON.Mode mode) |
Copyright © 2014. All rights reserved.