Sea
unread,Apr 4, 2013, 11:43:32 AM4/4/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googl...@googlegroups.com
Hello,
I would like to use Gson in an android application. A part of the application use org.json.JSONObject wich is provided with Android.
Is there anyway to use org.json.JSONObject with Gson ?
I try to use it but between the 2 frameworks, today, I use JSON as String which is not really good.
What I mean is for instance when the appilcation receives JSON, the String is parsed by org.json.JSONObject then it's serialized in String before GSON component that parse again the string.
Any idea ?
Stéphane