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
Yes, that's correct and basically #20. The internal python3.3 json module does not report anything of value in this cases, it reports "No JSON object could be decoded" without telling a line nor a column. Using simplejson as in #20 would resolve this. (We probably could report an error on line 1 col 1 just to indicate the error but that wouldn't help the user in finding it.)
If we ever can use python3.8 in an upcoming Sublime Text version, this would solve the issue as well because it ships the better json parser. Not sure what to do here.
This is a different issue than #11.
A trailing comma in an array element is not caught. For example,
and
Will not throw an error.
The text was updated successfully, but these errors were encountered: