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
I just wanted to note that this issue has been addressed in the fork I'm maintaining. You can see the details of this specific issue here: cliftonlabs#11
Expected: leaving out a colon token from an otherwise valid JSON string should throw a ParseException.
Actual: JSON is parsed as if the colon was there and no exception is thrown.
Does the parser recognise colons?
The text was updated successfully, but these errors were encountered: