Overview
Contains static definitions of the JSON Element Types that are identified during parsing of a JSON stream
Attribute Summary
name | type | description |
---|---|---|
Public | ||
ARRAY | ElementType |
Indicates that a JSON Array has been idenfitied |
BOOLEAN | ElementType |
Indicates that a JSON Boolean has been idenfitied |
END | ElementType |
End indicates that parsing has ended |
name | String |
the name of the element type |
NULL | ElementType |
Indicates that a JSON Null has been idenfitied |
NUMBER | ElementType |
Indicates that a JSON Number has been idenfitied |
OBJECT | ElementType |
Indicates that a JSONObject has been idenfitied |
PAIR | ElementType |
Indicates that a JSON Pair has been idenfitied |
START | ElementType |
Start indicates that parsing has started |
STRING | ElementType |
Indicates that a JSON String has been idenfitied |
VALUE | ElementType |
Indicates that a JSON VALUE has been idenfitied |
Protected |
Inherited Attributes
Inherited Functions
Attributes
public static ARRAY: ElementType
Indicates that a JSON Array has been idenfitied
public static BOOLEAN: ElementType
Indicates that a JSON Boolean has been idenfitied
public static END: ElementType
End indicates that parsing has ended
public name: String
the name of the element type
public static NULL: ElementType
Indicates that a JSON Null has been idenfitied
public static NUMBER: ElementType
Indicates that a JSON Number has been idenfitied
public static OBJECT: ElementType
Indicates that a JSONObject has been idenfitied
public static PAIR: ElementType
Indicates that a JSON Pair has been idenfitied
public static START: ElementType
Start indicates that parsing has started
public static STRING: ElementType
Indicates that a JSON String has been idenfitied
public static VALUE: ElementType
Indicates that a JSON VALUE has been idenfitied