Click or drag to resize

JTokenType Enumeration

Namespace:  Newtonsoft.Json.Linq
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum JTokenType
Members
  Member nameValueDescription
None0
Object1
Array2
Constructor3
Property4
Comment5
Integer6
Float7
String8
Boolean9
Null10
Undefined11
Date12
Raw13
Bytes14
Guid15
Uri16
TimeSpan17
See Also