JSONObject对象

json操作
    JSONObject body = response.getBody();
    JSONArray array = body.getJSONArray("result");
    result = JSON.parseObject(array.toString(), new TypeReference<List<Map<String,String>>>(){});

 

posted @ 2018-12-11 21:24  foreast  阅读(200)  评论(0)    收藏  举报