Represents the run time type of a JSON value.
A non-existent value in a JSON object
Null value
Boolean value
64-bit integer value
BigInt values
64-bit floating point value
UTF-8 string
Array of JSON values
JSON object aka. dictionary from string to JSON
See Implementation
Represents the run time type of a JSON value.