discomarathon / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Gson can not handle JSON that uses single quote for field name/values #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
r254 contains a test that illustrates this problem.

Original issue reported on code.google.com by inder123 on 10 Oct 2008 at 2:33

GoogleCodeExporter commented 9 years ago
Fixed in r255

Gson now supports different fields with-in the JSON to use either single quote 
or
double quote. However, a single field name or value must use ' or "" to delimit 
itself.

Original comment by inder123 on 10 Oct 2008 at 2:54