1. Have the following json: ```json { "a": " " } ``` 2. JSON does not report an error (I have a tab inside the string) 3. JSON.parse does not allow tabs inside strings which leads to very confusing behavior and optimally we would highlight this user error fyi @alexandrudima
{ "a": " " }fyi @alexandrudima