<PackageReference Include="Newtonsoft.Json" Version="8.0.3" />

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.

Guid = 15

A Guid 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.

TimeSpan = 17

A TimeSpan value.

Undefined = 11

An undefined value.

Uri = 16

A Uri value.