码迷,mamicode.com
首页 > Web开发 > 详细

json 移除属性

时间:2017-06-15 12:42:20      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:ring   stat   static   sonar   ati   veh   nbsp   str   bsp   

    public static String removeHistoryId(String jsonData, String attr) {
        JSONArray arrys = JSON.parseArray(jsonData);
        for (Object o : arrys) {
            JSONObject json = (JSONObject) o;
            json.remove(attr);
        }
        return arrys.toString();
    }

json 移除属性

标签:ring   stat   static   sonar   ati   veh   nbsp   str   bsp   

原文地址:http://www.cnblogs.com/albert-think/p/7016598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!