java怎么将string转为json对象

如题所述

引入jar包json-lib-2.4JSONObjectjsonObject=JSONObject.fromObject("json格式的字符串");StringjsonStr="{id:2}";JSONObjectjsonObject=JSONObject.fromObject(jsonStr);intid=jsonObject.getInt("id");
温馨提示:答案为网友推荐,仅供参考
相似回答