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

FastJson序列化

时间:2018-08-22 11:08:33      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:code   post   fastjson   index   string   http   seo   tin   etc   

String post = HttpClientUtils.httpPost(martinUrl + "index/status",new HashMap<>());
            JSONObject object = JSON.parseObject(post);
            String jsonString = object.getJSONArray("data").toJSONString();
            List<MartinResVo> list = JSON.parseArray(jsonString, MartinResVo.class);
            list.forEach(x->{
                x.setChineseDesc(IndexNameEnum.getDescByAlias(x.getIndexAlias()));
            });
            res.setData(list);

FastJson序列化

标签:code   post   fastjson   index   string   http   seo   tin   etc   

原文地址:https://www.cnblogs.com/BBchao/p/9516165.html

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