Table of Contents

Enum Json.Parser.TOKEN

Namespace
Global
Assembly
Assembly-CSharp.dll
public enum Json.Parser.TOKEN

Fields

COLON = 5
COMMA = 6
CURLY_CLOSE = 2
CURLY_OPEN = 1
FALSE = 10
NONE = 0
NULL = 11
NUMBER = 8
SQUARED_CLOSE = 4
SQUARED_OPEN = 3
STRING = 7
TRUE = 9