You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fortunately, ECMAScript guarantees that JSON.stringify will return a scalar value string, but that took a moment to verify. It would be nice to see this spelled out in Infra.
The text was updated successfully, but these errors were encountered:
"serialize a JavaScript value to JSON bytes" implicitly treats a "string" as a "scalar value string" (in fact, an "I/O queue"), without mentioning how to handle unpaired surrogates.
Fortunately, ECMAScript guarantees that
JSON.stringify
will return a scalar value string, but that took a moment to verify. It would be nice to see this spelled out in Infra.The text was updated successfully, but these errors were encountered: