Table of Contents

Enum JTokenType

Namespace
Newtonsoft.Json.Linq
Assembly
Newtonsoft.Json.dll
public enum JTokenType

Fields

Array = 2
Boolean = 9
Bytes = 14
Comment = 5
Constructor = 3
Date = 12
Float = 7
Guid = 15
Integer = 6
None = 0
Null = 10
Object = 1
Property = 4
Raw = 13
String = 8
TimeSpan = 17
Undefined = 11
Uri = 16