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
Error: Non-whitespace before {[.
Line: 1
Column: 1
Char: 49
Discussion
JSON now allows 123 as a legal value. If clarinet only supports the older version of JSON where this was not legal, then please update the documentation.
The text was updated successfully, but these errors were encountered:
Test case
Expected outcome
parser.onvalue
is calledActual outcome
Discussion
JSON now allows
123
as a legal value. If clarinet only supports the older version of JSON where this was not legal, then please update the documentation.The text was updated successfully, but these errors were encountered: