[JAVA] JSON 객체 사용법 정리(JsonObject, JsonArray) 데이터 파싱, 데이터 수정
·
노빠꾸 개발일지/JAVA
이번 포스팅에서는 자바에서 JSON객체를 이용해서 처리하는 방법(데이터 파싱, 데이터 입력/수정)에 대하여 알아보겠습니다. 이번 포스팅에서 이용할 라이브러리는 Gson 이라는 라이브러리 입니다. https://mvnrepository.com/artifact/com.google.code.gson/gson/2.9.0 Maven Repository: com.google.code.gson » gson » 2.9.0 com.google.code.gson gson 2.9.0 // https://mvnrepository.com/artifact/com.google.code.gson/gson implementation group: 'com.google.code.gson', name: 'gson', version: '2...