Throws on an embedded NUL byte or a control character outside ordinary whitespace
(tab, newline, carriage return) - the kind of byte a well-formed save or news response
never legitimately contains, and a cheap tell that a payload was truncated, corrupted, or
deliberately malformed before it ever reaches JSON.parse.
Throws on an embedded NUL byte or a control character outside ordinary whitespace (tab, newline, carriage return) - the kind of byte a well-formed save or news response never legitimately contains, and a cheap tell that a payload was truncated, corrupted, or deliberately malformed before it ever reaches
JSON.parse.