discomarathon / google-gson

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

Provide support to escape " character #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if i have a property set to "aaaa\"bbbb" json loooks like "aaaa"bbbb". The
output should be properly escaped. 

Original issue reported on code.google.com by inder123 on 19 May 2008 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by inder123 on 19 May 2008 at 6:25

GoogleCodeExporter commented 9 years ago
Submission r94
(http://groups.google.com/group/google-gson-codereviews/browse_thread/thread/ac9
a092a4b45f6b6)
 added JSON escaping to google-gson which fixes this bug.

NOTE: Issue #3 is a similar bug.

Original comment by joel.leitch@gmail.com on 18 Jun 2008 at 12:15