JSONType

Enumeration of JSON types

Values

ValueMeaning
null_

Indicates the type of a JSONValue.

string

ditto

integer

ditto

uinteger

ditto

float_

ditto

array

ditto

object

ditto

true_

ditto

false_

ditto

NULLnull_
STRINGstring
INTEGERinteger
UINTEGERuinteger
FLOATfloat_
ARRAYarray
OBJECTobject
TRUEtrue_
FALSEfalse_

Meta