Jackson

    [Java] JSON 파싱하기 (jackson/gson/json-simple)

    JSON 파싱시 자주 쓰이는 라이브러리 3개로 JSON을 파싱하는 예제를 소개합니다. 라이브러리 Gson (https://mvnrepository.com/artifact/com.google.code.gson/gson) Jackson (https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind) JSON.simple (https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple) https://github.com/jhl8041/code-collection/tree/main/json-parsing