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
According to the docs, in strict parsing "Names that are unquoted" should throw
an error, however the following code parses the json perfectly fine, although
lenient is false:
new JsonParser().parse("{invalid: 1}");
I am using gson-2.1.
Original issue reported on code.google.com by [email protected] on 29 Jan 2013 at 10:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Jan 2013 at 10:45The text was updated successfully, but these errors were encountered: