Java对象或String转JSON对象
Java String转JSON对象
用阿里的fastjson里的一个方法,导入fastjson包
JSONObject jsonObject1 =JSONObject.parseObject(String)
JSONObject json = JSONObject.fromObject(obj);
本文来自博客园,作者:喵师傅,转载请注明原文链接:https://www.cnblogs.com/wywblogs/articles/15403444.html