Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum Newtonsoft.​Json.​Linq.​JTokenType

Assembly: Newtonsoft.Json

Specifies the type of token.

Values

None
No token type has been set.
Object
A JSON object.
Array
A JSON array.
Constructor
A JSON constructor.
Property
A JSON object property.
Comment
A comment.
Integer
An integer value.
Float
A float value.
String
A string value.
Boolean
A boolean value.
Null
A null value.
Undefined
An undefined value.
Date
A date value.
Raw
A raw JSON value.
Bytes
A collection of bytes value.
Guid
A Guid value.
Uri
A Uri value.
TimeSpan
A TimeSpan value.