Class containing constant values for the different types
of tokens in a JSON encoded string.
Public Constants
| Constant | Defined 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 |
public static const COLON:int = 6
public static const COMMA:int = 0
public static const FALSE:int = 8
public static const LEFT_BRACE:int = 1
public static const LEFT_BRACKET:int = 3
public static const NULL:int = 9
public static const NUMBER:int = 11
public static const RIGHT_BRACE:int = 2
public static const RIGHT_BRACKET:int = 4
public static const STRING:int = 10
public static const TRUE:int = 7
public static const UNKNOWN:int = -1
Copyright © 2004-2006 Adobe Macromedia LLC Software and its licensors. All rights reserved.
Fri May 19 2006, 9:38 AM GMT-07:00