JSON to Java
Java DTO와 validation 중심으로 JSON 응답 모델을 정리합니다.
Developer Utility
Format and prettify JSON strings for debugging and documentation.
같은 워크플로에서 바로 이어 쓸 수 있는 JSON2Class 도구를 연결해 두었습니다.
Java DTO와 validation 중심으로 JSON 응답 모델을 정리합니다.
nullable 규칙과 data class 구조를 빠르게 검토합니다.
프런트엔드 API 계약을 interface 형태로 정리합니다.