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
The only difference is in the implementation of the {^(true|false|null)} branch of the switch.
I haven't made extensive testing of this, but my solution seems to solve the problem. You might want to introduce a json::decode-boolean for completion?
The text was updated successfully, but these errors were encountered:
I have failed parsing JSON that looks like this:
This all fails on the parsing of
true
. To fix this, I propose the following implementation:The only difference is in the implementation of the
{^(true|false|null)}
branch of the switch.I haven't made extensive testing of this, but my solution seems to solve the problem. You might want to introduce a
json::decode-boolean
for completion?The text was updated successfully, but these errors were encountered: