Parse This Json In Android
Possible Duplicate: How can I parse this JSON in Android? I am following this link to parse my json but i am unable to perform as i am confused . and even the duplicate link d
Solution 1:
Since you don't say, I'm assuming you're using the built-in org.json parser that Android ships with. If you're using a different parser, consult its documentation.
Pass the json as a string to the JSONArray constructor.
Post a Comment for "Parse This Json In Android"