Uncaught SyntaxError: Unexpected token in JSON at position 30 with escaped unicode character
When you execute the JavaScript code: JSON.parse(“\”This is a unicode character: \u0007\””) in a browser you will get the error: Uncaught SyntaxError: Unexpected token in JSON at position 30 at JSON.parse (<anonymous>) at <anonymous>:1:6