Enum Json.Parser.TOKEN
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public enum Json.Parser.TOKEN
Fields
COLON = 5COMMA = 6CURLY_CLOSE = 2CURLY_OPEN = 1FALSE = 10NONE = 0NULL = 11NUMBER = 8SQUARED_CLOSE = 4SQUARED_OPEN = 3STRING = 7TRUE = 9