[Spring] ObjectMapper
ObjectMapper [JSON] - JSON Jackson 라이브러리 ObjectMapper 클래스(writeValue(), writeValueAsString(), readTree(), readValue()) JsonNo#JSON Jackson 라이브러리 ObjectMapper 클래스(writeValue(), writeValueAsString(), readTree(), readValue()) JsonNode사용법 -JSON jackson 라이브러리를 사용하려면 pom.xml파일에 의존성을 추가해야합니다. com.fasterxml.jackson.pingfanzhilu.tistory.com Java 객체를 JSON 형태로 변환하는 방법에 사용된다.// JSON 문자열을 Map으로 변환ObjectMappe..