json 处理

 json 字符串转 json   对象

 JSONObject.parseObject(String jsonString)

 获取 JSONObject 中的 JSON数组

joInstance.getJSONArray("keyName");
原文地址:https://www.cnblogs.com/quietwalk/p/7681250.html