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.Scalara.k.a "leaves" or "terminal nodes"
Note: strictly speaking,
undefinedis not a valid JSON value. It's included here because in practiceJSON.stringify(undefined)returnsundefinedinstead of the empty string.