Enum JSONType

JSON type enumeration

enum JSONType : byte { ... }

Enum members

NameDescription
array Indicates the type of a JSONValue.
ARRAY
FALSE
false_ Indicates the type of a JSONValue.
FLOAT
float_ Indicates the type of a JSONValue.
integer Indicates the type of a JSONValue.
INTEGER
NULL
null_ Indicates the type of a JSONValue.
object Indicates the type of a JSONValue.
OBJECT
string Indicates the type of a JSONValue.
STRING
TRUE
true_ Indicates the type of a JSONValue.
uinteger Indicates the type of a JSONValue.
UINTEGER