Possible Duplicate:
Sending and Parsing JSON in Android
EDIT: Finally I found an answer to get array value without key value by using Iterator. I just got an idea from this link
I am just newbie to JSON Parsing, and I have no idea how to parse this kinda JSONArray. Can anyone give me a hint ?
{
 "pages": [
      "image1.jpg",
      "image2.jpg"
  ]
}
 
     
     
     
     
    