Json.NET - Quick Starts & API Documentation
JsonTokenType Enumeration
NamespacesNewtonsoft.Json.LinqJsonTokenType
Specifies the type of token.
Declaration Syntax
C#Visual BasicVisual C++
public enum JsonTokenType
Public Enumeration JsonTokenType
public enum class JsonTokenType
Members
MemberDescription
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)