Spring

Spring - JSON converter - JSON형태로 전환/환경 설정

우가본 2024. 8. 5. 09:46

https://ckeditor.com/ckeditor-4/

-> JSON convert를 위함. (참고용)

spring_json_converter.txt
0.00MB

-> SpringBoot에서는 활용 안함(프레임워크에서 라이브러리로 활용 - pom파일)

@Controller에서 produces 속성이 필요하지 않다

-> 기본 환경설정 끝

 

테스트(map -> json)

JSON은 모든 객체를 변환해준다

 

(객체 -> json)

 

(ArrayList -> json) 

 

(객체ArrayList -> json)

 

(객체 ArrayList의 상세 정보(Map) -> json)