fastjson中Map与JSONObject互换
2021-04-23 11:27
标签:fastjson object fast item info map java ring inf fastjson中Map与JSONObject互换 标签:fastjson object fast item info map java ring inf 原文地址:https://www.cnblogs.com/eternityz/p/12239569.html1、//将map转换成jsonObject
JSONObject itemJSONObj = JSONObject.parseObject(JSON.toJSONString(itemMap));
将Map类型的itemInfo转换成json,再经JSONObject转换实现。
2、//将jsonObj转换成Map
Map
上一篇:html点击圆形扩散显示界面特效
文章标题:fastjson中Map与JSONObject互换
文章链接:http://soscw.com/index.php/essay/78503.html