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
peterg noticed this. If a JSON file has a literal tab character in a string, that is invalid syntax. However, json doesn't give context on the error like it does for other cases.
peterg noticed this. If a JSON file has a literal tab character in a string, that is invalid syntax. However,
json
doesn't give context on the error like it does for other cases.See for the test files: https://gist.github.com/trentm/45940fadbfaace8d2f50
Why no context on the error in foo.json that has an illegal literal tab in the string?
The text was updated successfully, but these errors were encountered: