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  阅读(186)  评论(0编辑  收藏  举报