我只需要解碼description,temp,id和name!我怎麼能這樣做?multilevel jsonObject解析
{
"cnt": 1,
"list": [
{
"coord": {
},
"sys": {
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "clear sky",
"icon": "01n"
}
],
"main": {
"temp": 0.02,
"pressure": 1025,
"humidity": 68,
"temp_min": -1,
"temp_max": 1
},
"visibility": 10000,
"wind": {
},
"clouds": {
},
"dt": 1492539576,
"id": 524901,
"name": "Moscow"
}
]
}
你已經在你的JSON兩個 「id's」,你要哪一個? – AlexGuerra
我需要第二個「ID」 –