<PackageReference Include="newtonsoft.json" Version="3.5.8" />

JTokenType

public enum JTokenType
Specifies the type of token.
Array = 2

A JSON array.

Boolean = 9

A boolean value.

Bytes = 14

A collection of bytes value.

Comment = 5

A comment.

A JSON constructor.

Date = 12

A date value.

Float = 7

A float value.

Integer = 6

An integer value.

None = 0

No token type has been set.

Null = 10

A null value.

Object = 1

A JSON object.

A JSON object property.

Raw = 13

A raw JSON value.

String = 8

A string value.

Undefined = 11

An undefined value.