Converts a PODValue from the TypeScript format used internally, into
a JSON-compatible format safe to serialize with JSON.stringify. This
function will produce the simplest of the available encodings which can
represent the input with no loss value or type information.
Converts a PODValue from the TypeScript format used internally, into a JSON-compatible format safe to serialize with
JSON.stringify
. This function will produce the simplest of the available encodings which can represent the input with no loss value or type information.