jsonObject.fromobject 썸네일형 리스트형 [JAVA] String -> json [JAVA] String -> JSON import net.sf.json.JSONObject;import net.sf.json.JSONSerializer; String jsonData = "{'name':'kkyun', 'age':31}"; JSONObject jsonObject = JSONObject.fromObject(JSONSerializer.toJSON(jsonData)); 출처 : http://childeye.tistory.com/entry/String-Json 더보기 이전 1 다음