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
This is mostly a non issue and only has to do with JS/JSON interop. tl;dr: not all JSON is valid JavaScript. It'd be nice if we replaced the unicode line ending character with the equivalent \u2028 to make the output parseable as JavaScript.
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/2965293/javascript-parse-error-on-u2028-unicode-character
This is mostly a non issue and only has to do with JS/JSON interop. tl;dr: not all JSON is valid JavaScript. It'd be nice if we replaced the unicode line ending character with the equivalent \u2028 to make the output parseable as JavaScript.
The text was updated successfully, but these errors were encountered: