fastjson的jsonObject-jsonArray处理
2021-05-01 05:28
标签:icm pom mui parse string imp span sim hls fastjson的jsonObject-jsonArray处理 标签:icm pom mui parse string imp span sim hls 原文地址:https://www.cnblogs.com/flyinghome/p/12145572.html
fastjson
1 String jsonstr = "[{\"id\":\"123\",\"name\":\"张三\",\"age\":\"11\"},{\"id\":\"321\", \"name\":\"李四\",\"age\":\"21\"}]";
2 JSONArray jsonArray = JSONArray.parseArray(jsonstr);
3 for (int i=0;i
文章标题:fastjson的jsonObject-jsonArray处理
文章链接:http://soscw.com/index.php/essay/80728.html