Union JSONValue.PayloadUnion

Defines the possible types contained in a JSONValue

union PayloadUnion ;

Fields

NameTypeDescription
array JSONValue[]Array or JSON values
bigInt WrappedBigIntOnly used if LexOptions.useBigInt was set for parsing
boolean boolJSON true or false values
double_ doubleThe default field for storing numbers
integer longOnly used if LexOptions.useLong was set for parsing
null_ typeof(null)A JSON null value
object JSONValue[string]Dictionary of JSON values (object)
string stringString value