//先将字符串转为list 集合
json字符串linkConfJson
List<Map> linkConf= JSONArray.parseArray(linkConfJson,Map.class);