| Package | Description |
|---|---|
| net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
| net.arnx.jsonic.web |
Provides classes for JSON-RPC or Restful Web Service.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) JSON.Mode |
JSON.mode |
private JSON.Mode |
JSON.Context.mode |
| 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(java.lang.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) |
| Modifier and Type | Field and Description |
|---|---|
JSON.Mode |
Container.ProcessorConfig.mode |