diff --git a/index.html b/index.html index 26db68c..d4351f1 100644 --- a/index.html +++ b/index.html @@ -65,32 +65,11 @@ .button.secondary:hover { background-color: #7f8c8d; } - .nav { - background-color: #34495e; - padding: 15px; - border-radius: 5px; - margin-bottom: 20px; - } - .nav a { - color: white; - text-decoration: none; - margin-right: 20px; - } - .nav a:hover { - text-decoration: underline; - }

java.util.json Backport for JDK 21+

- -
Early Access: This is an unofficial backport of the experimental java.util.json API from OpenJDK sandbox, @@ -150,8 +129,8 @@

Record Mapping Example

Resources

View on GitHub - Documentation Wiki Original Proposal + OpenJDK Sandbox

Status

This backport is based on OpenJDK sandbox commit d22dc2ba8 diff --git a/pom.xml b/pom.xml index 882be44..03aca4c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,12 @@ jdk-sandbox json-experimental - 1.0-SNAPSHOT + 0.1-SNAPSHOT jar java.util.json Backport for JDK 21+ Early access to future java.util.json API - tracking OpenJDK sandbox development + https://simbo1905.github.io/java.util.json.Java21/