Java对象或String转JSON对象

Java String转JSON对象

用阿里的fastjson里的一个方法,导入fastjson包
JSONObject jsonObject1 =JSONObject.parseObject(String)
JSONObject json = JSONObject.fromObject(obj);

posted @ 2021-10-13 18:23  喵师傅  阅读(486)  评论(0编辑  收藏  举报