the JSON-encoded POD value to parse
Optional
nameForErrorMessages: stringan optional name for this value to be used in error messages
a standard TypeScript POD value
TypeError if the input value is not validly formed
RangeError if a value is outside of the bounds
SyntaxError if a value is unparseable
Generated using TypeDoc
Parses a PODValue from the JSON-compatible format potentially coming directly from
JSON.parse
.