Strict JSON values. These are the only types that JSON can represent. All input values are encoded into JSON. Take note that undefined values are not allowed. JSON.stringify automatically converts undefined to `null.
undefined
JSON.stringify
Generated using TypeDoc
Strict JSON values. These are the only types that JSON can represent. All input values are encoded into JSON. Take note that
undefined
values are not allowed.JSON.stringify
automatically convertsundefined
to `null.