> 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).

Naoto Sato has updated the pull request incrementally with five additional 
commits since the last revision:

 - Merge remote-tracking branch 'jdk-sandbox/json' into 
JDK-8381976-Implementation-for-Simple-JSON-API
 - Removed the empty JsonObject case
 - JsonObjectImpl(SequencedMap)
 - Leftover comment in JsonArray.of()
 - Optional<Int/Long/Double> -> OptionalInt/Long/Double

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/32282/files
  - new: https://git.openjdk.org/jdk/pull/32282/files/d7a2aac8..03222b3f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=32282&range=16
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32282&range=15-16

  Stats: 44 lines in 5 files changed: 8 ins; 8 del; 28 mod
  Patch: https://git.openjdk.org/jdk/pull/32282.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32282/head:pull/32282

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

Reply via email to