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
jsontext: invalid character ']' at start of value within "/3" after offset 22
We should instead report something like:
jsontext: invalid trailing ',' before ']' after offset 20
An accidental trailing comma is a common mistake in hand-modified JSON.
While the current syntactic error is correct (and actually the easiest to produce given the parsing context), it is not particularly easy for a human to diagnose the problem.
prints:
We should instead report something like:
An accidental trailing comma is a common mistake in hand-modified JSON.
While the current syntactic error is correct (and actually the easiest to produce given the parsing context), it is not particularly easy for a human to diagnose the problem.
\cc @scottjab
The text was updated successfully, but these errors were encountered: