Skip to content

Commit 9a9828f

Browse files
authored
Revise README for clarity and additional resources
Updated project description and added references to Maven Central and JSON Schema Validator.
1 parent b58781e commit 9a9828f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# java.util.json – Backport for Java 21 (OpenJDK sandbox)
1+
# java.util.json – Backport from the OpenJDK sandbox
22

33
Experimental backport of the proposed `java.util.json` API from the OpenJDK jdk‑sandbox “json” branch for use on Java 21+.
4-
This project is not an official release; APIs and behavior may change as upstream evolves.
54

65
References:
76
- OpenJDK sandbox “json” branch: https://github.com/openjdk/jdk-sandbox/tree/master/src/java.json
87
- Design paper: [Towards a JSON API for the JDK.pdf](Towards%20a%20JSON%20API%20for%20the%20JDK.pdf)
98

9+
This project is not an official release; APIs and behaviour may change as upstream evolves.
10+
You can find this code on [Maven Central](https://central.sonatype.com/artifact/io.github.simbo1905.json/java.util.json).
11+
12+
To kick the tyres on the New JSON API this repo uses to implement a JSON Schema Validator which is released on Maven Central as [java.util.json.schema](https://central.sonatype.com/artifact/io.github.simbo1905.json/java.util.json.schema).
13+
14+
1015
## Quick Start
1116

1217
### Parsing JSON to Maps and Objects

0 commit comments

Comments
 (0)