JEP 540: Simple JSON API (Incubator)
Summary
Define a simple, standard API for parsing and generating JSON documents
so that doing so does not require an external library. Enable many JSON
processing tasks to be accomplished with little coding. This is an
incubating API.
History
This JEP supersedes JEP 198,
Light-Weight JSON API, which was written in 2014. Circumstances have
changed in the intervening years, so here we take a different approach.
Goals
Provide a standard means in the Java Platform to process
RFC 8259 compliant JSON ...
Read more at openjdk.org