Enum JTokenType
- Namespace
- Newtonsoft.Json.Linq
- Assembly
- Newtonsoft.Json.dll
Specifies the type of token.
public enum JTokenType
Fields
Array = 2A JSON array.
Boolean = 9A boolean value.
Bytes = 14A collection of bytes value.
Comment = 5A comment.
Constructor = 3A JSON constructor.
Date = 12A date value.
Float = 7A float value.
Guid = 15A Guid value.
Integer = 6An integer value.
None = 0No token type has been set.
Null = 10A null value.
Object = 1A JSON object.
Property = 4A JSON object property.
Raw = 13A raw JSON value.
String = 8A string value.
TimeSpan = 17A TimeSpan value.
Undefined = 11An undefined value.
Uri = 16A Uri value.