Hello I am wondering why this line doesn't work:
JSON.parse({"a":"\u00A9"}) Unicode escaping is syntactically legal in js according to this: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#String_literals
What is the problem and how can I safely parse text with JSON.parse