Closed GoogleCodeExporter closed 9 years ago
I also think this is a bug. It is causing problems when I am trying to turn
base64 encoded string (which ends with equals sign) into JSON.
Original comment by dennis.d...@gmail.com
on 11 Jun 2010 at 9:27
Hope this will help you :
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
Original comment by Cassel.G...@gmail.com
on 30 Jul 2010 at 7:33
what version of library?
Original comment by zlob...@gmail.com
on 2 Aug 2010 at 2:00
Working fine for me now If I use below code to create Gson object.
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
Thanks to Cassel.Guillaume.
Original comment by sadineni...@gmail.com
on 18 Aug 2010 at 8:30
Original comment by limpbizkit
on 3 Sep 2010 at 6:32
Original issue reported on code.google.com by
arcanef...@gmail.com
on 20 Apr 2010 at 5:08