gson-comments/gson/src
Inderjeet Singh 1abf693b70 Fix for Issue 55 where GSON was unable to deserialize JSON with single quotes
(') used for field name/values. 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.
2008-10-10 02:53:54 +00:00
..
main Fix for Issue 55 where GSON was unable to deserialize JSON with single quotes 2008-10-10 02:53:54 +00:00
test/java/com/google/gson Fix for Issue 55 where GSON was unable to deserialize JSON with single quotes 2008-10-10 02:53:54 +00:00