Enum JTokenType
Specifies the type of token.
Namespace: Bayat.Json.Linq
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum JTokenType
Fields
| Name | Description |
|---|---|
| Array | A JSON array. |
| Boolean | A boolean value. |
| Bytes | A collection of bytes value. |
| Comment | A comment. |
| Constructor | A JSON constructor. |
| Date | A date value. |
| Float | A float value. |
| Guid | A Guid value. |
| Integer | An integer value. |
| None | No token type has been set. |
| Null | A null value. |
| Object | A JSON object. |
| Property | A JSON object property. |
| Raw | A raw JSON value. |
| String | A string value. |
| TimeSpan | A TimeSpan value. |
| Undefined | An undefined value. |
| Uri | A Uri value. |