Closed GoogleCodeExporter closed 9 years ago
Issue 157 has been merged into this issue.
Original comment by joel.leitch@gmail.com
on 23 Sep 2009 at 5:27
I will create a change to fix this to at least use the basic escaping according
to
the JSON spec.
Since the Gson object can be configured to do extra escaping (i.e. HTML, JS,
etc.),
you can always use the following method to generate valid JSON from some
JsonElement
object:
{@link Gson#toJson(JsonElement)}
Original comment by joel.leitch@gmail.com
on 23 Sep 2009 at 5:31
Fix submitted with r446.
Original comment by joel.leitch@gmail.com
on 23 Sep 2009 at 6:28
Issue 107 has been merged into this issue.
Original comment by joel.leitch@gmail.com
on 23 Sep 2009 at 6:49
Original issue reported on code.google.com by
lxb...@gmail.com
on 9 Sep 2009 at 9:56