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)), Stuart Marks 
> ([@stuart-marks](https://github.com/stuart-marks)) 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

This pull request has now been integrated.

Changeset: 39f3ef1b
Author:    Naoto Sato <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/39f3ef1b97917110e5237ad2bbe4f6bcec1bd5e5
Stats:     5758 lines in 36 files changed: 5739 ins; 0 del; 19 mod

8381976: Implement JEP 540: Simple JSON API (Incubator)

Reviewed-by: alanb, smarks, iklam

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

PR: https://git.openjdk.org/jdk/pull/32282

Reply via email to