开发者

how to parse the array of json string using gson in android

开发者 https://www.devze.com 2023-02-17 15:12 出处:网络
{ \"serviceType\":\"IMAGE_ANDROID\", \"parameters\":[ [ { \"itemId\":\"it003376\", \"itemNameInEng\":\"8th Chennai International Film Festival Photos\",
{
   "serviceType":"IMAGE_ANDROID",
   "parameters":[
      [
         {
            "itemId":"it003376",
            "itemNameInEng":"8th Chennai International Film Festival Photos",
            "itemSmallImage":"http://122.183.217.134:8080/sivajitv/photos/20101216001017.jpg",
            "count":"110"
         },
         {
            "itemId":"it003375",
            "itemNameInEng":"Actress Aishwarya Rai Special Photos",
            "itemSmallImage":"http://122.183.217.134:8080/sivajitv/photos/20101215230917.jpg",
            "count":"7"
         },
         {
            "itemId":"it003374",
            "itemNameInEng":"Actor Srikanth Flag off The Avon Greenathon 开发者_Python百科Bicycle Rally ",
            "itemSmallImage":"http://122.183.217.134:8080/sivajitv/photos/20101215212620.jpg",
            "count":"43"
         },
         {
            "itemId":"it003373",
            "itemNameInEng":"Kadamai Kanniyam Kattupadu Movie Launch Photos",
            "itemSmallImage":"http://122.183.217.134:8080/sivajitv/photos/20101213001908.jpg",
            "count":"32"
         },
         {
            "itemId":"it003372",
            "itemNameInEng":"Kanden Audio Launch Photos",
            "itemSmallImage":"http://122.183.217.134:8080/sivajitv/photos/20101210044334.jpg",
            "count":"126"
         }
      ]
   ]
}

this is my response

i want to parse the parameters from this response and i need to parse all data in parameter

please provide me correct solution


Make use of JSONArray class in org.json.JSONArray..

see this link

Accessing members of items in a JSONArray with Java


Use the org.json classes in the SDK.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号