반응형 object1 JSONObject 에 대해서 자바에서 String 을 json으로 변환을 하기 위해서는 JsonObject 를 알아야한다. 사용을 위해서 기본적인 dependency와 import는 아래와 같다. cohttp://m.googlecode.json-simple json-simple 1.1.1 import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; 먼저 코드를 살펴보면 public static void Test() throws ParseException{ String jsonstr = "{\"id\":\"test\", " + "\"pw\":\"test\"" + "}"; JSONParser jsonParser = new JSONParser(); Object .. 2023. 12. 19. 이전 1 다음 반응형