55问答网
所有问题
java怎么将string转为json对象
如题所述
举报该问题
推荐答案 2017-11-07
引入jar包json-lib-2.4JSONObjectjsonObject=JSONObject.fromObject("json格式的字符串");StringjsonStr="{id:2}";JSONObjectjsonObject=JSONObject.fromObject(jsonStr);intid=jsonObject.getInt("id");
温馨提示:答案为网友推荐,仅供参考
当前网址:
http://55.wendadaohang.com/zd/ce4F8QRGRIL4FIF8IF.html
相似回答
大家正在搜
相关问题
java 怎么将string转为json数据
java怎么将string数组转换为json
java,如何 将json字符串 解析成对象
json格式的字符串转换为java对象
求:Java中将String类型转换成Json的方法
json字符串怎么转换为java对象
请教怎么把String格式的JSON转化为JAVA里面的ar...
java 怎么把 json 对象转换为json字符串