I came across this because of an attribute that is a windows path: ``` "documents": "..\Photos\17\f139p223.jpg" ``` When parsing with JSON.parse(..) the "\P" causes: ``` SyntaxError: JSON.parse: bad escaped character at line 2 column 458 of the JSON data ```