JEP 540: Simple JSON API (Now in Incubator)
JEP 540 introduces a standard API for JSON in Java, enabling easier parsing and generation without external libraries.
A new standard API for parsing and generating JSON documents has been introduced in the Java platform, allowing for tasks without the need for external libraries. JEP 540 supersedes JEP 198, aiming to simplify interactions with JSON documents and enhance developer productivity.