| Package | Description |
|---|---|
| net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
| net.arnx.jsonic.parse |
| Modifier and Type | Field and Description |
|---|---|
private JSONEventType |
JSONReader.type |
| Modifier and Type | Method and Description |
|---|---|
JSONEventType |
JSONReader.next() |
static JSONEventType |
JSONEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSONEventType[] |
JSONEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private JSONEventType |
JSONParser.type |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<JSONEventType> |
JSONParser.stack |
| Modifier and Type | Method and Description |
|---|---|
(package private) JSONEventType |
JSONParser.getBeginType() |
(package private) JSONEventType |
JSONParser.getType() |
JSONEventType |
JSONParser.next() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
JSONParser.push(JSONEventType type) |
(package private) void |
JSONParser.set(JSONEventType type,
java.lang.Object value,
boolean isValue) |