Closed cmuchinsky closed 6 years ago
Sure, I think I can add an interface for GsonParser to accept Gons's JsonReader, then you can construct whatever you want and pass it to GsonParser.
@cmuchinsky I just submitted a fix which should solve your problem. Looking forward yo your response.
The fix worked for me, thanks!
By default Gson's
JsonReader
class uses strict parsing which seems logical, however once you start trying parse real world json data you frequently run into the following:It would be nice if the
JsonReader
used byGsonParser
was lenient by default, or at least had a way to configure it for lenient parsing.