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've found a severe bug in this library.
It happens when parsing an array of strings. If one of these strings contains a ',' (colon), the parser
returns a NullVal
Example of unparsable json:
["abc,def"]
The text was updated successfully, but these errors were encountered:
I've found a severe bug in this library.
It happens when parsing an array of strings. If one of these strings contains a ',' (colon), the parser
returns a NullVal
Example of unparsable json:
["abc,def"]
The text was updated successfully, but these errors were encountered: