Table of Contents

Enum JTokenType

Namespace
Dynamicweb.Core.Json
Assembly
Dynamicweb.Core.dll
Wrapper for Newtonsoft.Json.Linq.JTokenType: Only use to fix legacy issues. Never use in new code!
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
To top