Packagecom.adobe.serialization.json
Classpublic class JSONTokenType

Class containing constant values for the different types of tokens in a JSON encoded string.



Public Constants
 ConstantDefined by
  COLON : int = 6
[static]
JSONTokenType
  COMMA : int = 0
[static]
JSONTokenType
  FALSE : int = 8
[static]
JSONTokenType
  LEFT_BRACE : int = 1
[static]
JSONTokenType
  LEFT_BRACKET : int = 3
[static]
JSONTokenType
  NULL : int = 9
[static]
JSONTokenType
  NUMBER : int = 11
[static]
JSONTokenType
  RIGHT_BRACE : int = 2
[static]
JSONTokenType
  RIGHT_BRACKET : int = 4
[static]
JSONTokenType
  STRING : int = 10
[static]
JSONTokenType
  TRUE : int = 7
[static]
JSONTokenType
  UNKNOWN : int = -1
[static]
JSONTokenType
Constant detail
COLONconstant
public static const COLON:int = 6
COMMAconstant 
public static const COMMA:int = 0
FALSEconstant 
public static const FALSE:int = 8
LEFT_BRACEconstant 
public static const LEFT_BRACE:int = 1
LEFT_BRACKETconstant 
public static const LEFT_BRACKET:int = 3
NULLconstant 
public static const NULL:int = 9
NUMBERconstant 
public static const NUMBER:int = 11
RIGHT_BRACEconstant 
public static const RIGHT_BRACE:int = 2
RIGHT_BRACKETconstant 
public static const RIGHT_BRACKET:int = 4
STRINGconstant 
public static const STRING:int = 10
TRUEconstant 
public static const TRUE:int = 7
UNKNOWNconstant 
public static const UNKNOWN:int = -1