使用 fastjson将字符串转为 list<map<string,object>>
//先将字符串转为list 集合
json字符串linkConfJson
List<Map> linkConf= JSONArray.parseArray(linkConfJson,Map.class);
我的个人首页http://www.songaw.com
//先将字符串转为list 集合
json字符串linkConfJson
List<Map> linkConf= JSONArray.parseArray(linkConfJson,Map.class);