需要帮助在 Android 中解析这个 json。解析必须通过 URL 获取。 http://www.azmetr.com/view.json 得到了很多教程。但是无法学习如何解析这种基础。
我使用了原生 JSONObject。还是使用 GSON 或其他更好?
{
"azmetr":[
{
"mebel":{
"nid":"39",
"title":"Oturacaq 4"
}
},
{
"mebel":{
"nid":"38",
"title":"Oturacaq 3"
}
},
{
"mebel":{
"nid":"37",
"title":"Oturacaq 2"
}
},
{
"mebel":{
"nid":"36",
"title":"Oturacaq 1"
}
},
{
"mebel":{
"nid":"35",
"title":"Ag kreslo"
}
},
{
"mebel":{
"nid":"34",
"title":"Ag divan"
}
},
{
"mebel":{
"nid":"33",
"title":"Zebra kreslo"
}
},
{
"mebel":{
"nid":"32",
"title":"Zebra divan"
}
},
{
"mebel":{
"nid":"31",
"title":"Korolevski kreslo"
}
},
{
"mebel":{
"nid":"30",
"title":"Korolevski divan"
}
}
]
}