A JSON value that represents a primitive type (string, boolean, number, or null, but not a JsonObject or JsonArray).
string
boolean
number
null
Generated using TypeDoc
A JSON value that represents a primitive type (
string
,boolean
,number
, ornull
, but not a JsonObject or JsonArray).