[android-developers] Re: Is there any way to parse JSON object into ArrayList or Map...

2010-07-14 Thread ko5tik
On Jul 14, 8:58 am, Sohan badaya sohan.bad...@gmail.com wrote: Hi, Is there any way to parse JSON object, that comes from facebook server in a response, into ArrayList or Map so that i can set values in my ListView.                      I am finding difficulty in parsing because JSON

[android-developers] Re: Is there any way to parse JSON object into ArrayList or Map...

2010-07-14 Thread DanH
I wrote a JSON parser in Qt C++, which is kind of poor man's Java. The whole file, encode and decode, is 520 lines. Basically you just create a data structure that maps the JSON directly. Here's the reference manual: // The jsonObject is a QVariant that may be a -- // --