您必须分解整个对象才能到达
entry数组。
假设
REPONSE_JSON_OBJECT已经解析了
JSONObject。
REPONSE_JSON_OBJECT.getJSonObject("result") .getJSonObject("map") .getJSonArray("entry");
您必须分解整个对象才能到达
entry数组。
假设
REPONSE_JSON_OBJECT已经解析了
JSONObject。
REPONSE_JSON_OBJECT.getJSonObject("result") .getJSonObject("map") .getJSonArray("entry");