Json.Scalar
a.k.a "leaves" or "terminal nodes"
Note: strictly speaking, undefined is not a valid JSON value. It's included here because in practice JSON.stringify(undefined) returns undefined instead of the empty string.
undefined
JSON.stringify(undefined)
Json.Scalar
a.k.a "leaves" or "terminal nodes"
Note: strictly speaking,
undefined
is not a valid JSON value. It's included here because in practiceJSON.stringify(undefined)
returnsundefined
instead of the empty string.