Table of Contents

Enum JsonToken

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll
public enum JsonToken

Fields

Boolean = 10
Bytes = 17
Comment = 5
Date = 16
EndArray = 14
EndConstructor = 15
EndObject = 13
Float = 8
Integer = 7
None = 0
Null = 11
PropertyName = 4
Raw = 6
StartArray = 2
StartConstructor = 3
StartObject = 1
String = 9
Undefined = 12