JSONObject.parseObject(jsonStr);和JSONObject.fromObject(jsonStr);
Posted 习惯沉淀
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSONObject.parseObject(jsonStr);和JSONObject.fromObject(jsonStr);相关的知识,希望对你有一定的参考价值。
虽然都是返回JSONObject,但是
JSONObject.parseObject(jsonStr);这个方法需要导入import com.alibaba.fastjson.JSONObject;
JSONObject.fromObject(jsonStr);这个方法需要导入import net.sf.json.JSONObject;
以上是关于JSONObject.parseObject(jsonStr);和JSONObject.fromObject(jsonStr);的主要内容,如果未能解决你的问题,请参考以下文章
详解JSONObject.parseObject和JSONObject.fromObject——Web网络系列学习笔记
net.sf.json.JSONOBJECT.fromObject 与 com.alibaba.fastjson.JSONObject.parseObject