我已經裝箱的Web API作爲http://hunttreasure.azurewebsites.net/Default.aspx 它返回傑森數組作爲在Android中如何解析JSON陣列
[{
"latitude": 20.938849,
"longitude": 77.781681,
"placeName": "SBI_CAMP",
"hint": "SBI CAMP Treasure Hint"
}, {
"latitude": 20.938835,
"longitude": 77.782726,
"placeName": "GARAGE CAMP",
"hint": "CAMP GARAGE Treasure Hint"
}]
如何我可以分析這個JSON陣列充分利用URL和變量保存的值。
在'Retrofit'從非常基本的http://www.javatpoint.com/android-web-service,然後移動到看一看,'gson'庫 –
開始圖書館,其中@ JohnO'Reilly建議 – Rahul