Hi
 try like this
JSONObject jObject = new JSONObject(result);
JSONArray Array = jObject.getJSONArray("data");
String id = currentjobsArray.getJSONObject(0).getString("id");




On Tue, Jan 10, 2012 at 5:18 PM, chowdary nani <naveenneeli...@gmail.com>wrote:

>
> Hi All,
> I am working with json parsing
> Following is my json object will please any one help me how to parse id
> from that object in android
>
> {"data":[{"id":"38314877099_10150452362217100"}]}
>
>
> Thanks
> Naveen
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 




-----
Thanks & Regards,
T.M.S.VIJAYKUMARR
BloG:http://iamvijayakumar.blogspot.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to