Overview

Contains static definitions of the JSON Element Types that are identified during parsing of a JSON stream

Attribute Summary

nametypedescription
Public
ARRAYElementType

Indicates that a JSON Array has been idenfitied

BOOLEANElementType

Indicates that a JSON Boolean has been idenfitied

ENDElementType

End indicates that parsing has ended

nameString

the name of the element type

NULLElementType

Indicates that a JSON Null has been idenfitied

NUMBERElementType

Indicates that a JSON Number has been idenfitied

OBJECTElementType

Indicates that a JSONObject has been idenfitied

PAIRElementType

Indicates that a JSON Pair has been idenfitied

STARTElementType

Start indicates that parsing has started

STRINGElementType

Indicates that a JSON String has been idenfitied

VALUEElementType

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