JEP 540이 JDK 28을 목표로 하는 간단한 JSON API를 제안했습니다.
JEP 540, Simple JSON API가 JDK 28의 목표 상태로 진행되었습니다. 이 API는 외부 의존성 없이 JSON 문서를 파싱하고 생성하기 위한 간결한 API를 제공합니다. 핵심 작업에 초점을 맞추고 있으며, 불변 값 계층을 제공합니다. API는 간단한 탐색과 변환을 가능하게 하며 엄격한 구문 규칙을 적용합니다.
JEP 540 proposes a simple JSON API targeting JDK 28.
JEP 540, Simple JSON API, has moved to target status for JDK 28. It introduces a compact API for parsing and generating JSON documents without external dependencies. Focused on core tasks, it provides an immutable value hierarchy and allows simple traversal and conversion while enforcing strict syntax rules. Feedback during incubation will guide its future development.