On Mon, 10 Aug 2026 17:36:35 GMT, Naoto Sato <[email protected]> wrote:

> This PR implements [JEP 540: Simple JSON API 
> (Incubator)](https://openjdk.org/jeps/540).
> 
> It adds the `jdk.incubator.json` module which provides APIs for reading and 
> writing JSON documents as specified by [RFC 
> 8259](https://datatracker.ietf.org/doc/html/rfc8259). This is an incubating 
> API.
> 
> API documentation: 
> https://cr.openjdk.org/~naoto/json/javadoc/api/jdk.incubator.json/module-summary.html
> Co-authored-by: Justin Lu 
> ([@justin-curtis-lu](https://github.com/justin-curtis-lu))
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

I did a second pass over the API docs after the last update and it looks quite 
good, just a few comments inline.

-------------

PR Review: https://git.openjdk.org/jdk/pull/32282#pullrequestreview-4938521578

Reply via email to