|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSONTokenType
JSON Token Types.
Field Summary | |
---|---|
static int |
JSONBoolean
Boolean type. |
static int |
JSONEndOfArray
Array type. |
static int |
JSONEndOfObject
Object type. |
static int |
JSONNull
Null type. |
static int |
JSONNumber
Numeric type. |
static int |
JSONPropertyValueDelimiter
PropertyValue. |
static int |
JSONStartOfArray
Array type. |
static int |
JSONStartOfObject
Object type. |
static int |
JSONString
String type. |
static int |
JSONUndefined
Undefined. |
static int |
JSONValueDelimiter
PropertyValue. |
Field Detail |
---|
static final int JSONUndefined
static final int JSONString
static final int JSONNumber
static final int JSONBoolean
static final int JSONNull
static final int JSONStartOfObject
static final int JSONEndOfObject
static final int JSONStartOfArray
static final int JSONEndOfArray
static final int JSONPropertyValueDelimiter
static final int JSONValueDelimiter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |