Skip to content

Commit 13b0de6

Browse files
author
Simon Massey
authored
Update README.md
1 parent 2e5b063 commit 13b0de6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ Early access to the unstable `java.util.json` API - taken from OpenJDK sandbox J
66

77
- **✅Enable early adoption**: Let developers try the unstable Java JSON patterns today on JDK 21+
88
- **✅API compatibility over performance**: Focus on matching the emerging "batteries included" API design rather than competing with existing JSON libraries on speed.
9-
- **✅Track any official solution** track any `java.util.json` with matching API updates to be a potential "unofficial backport".
9+
- **✅Track upstream API**: Match emerging API updates to be a potential "unofficial backport" if a final official solution ever lands.
1010
- **✅Host Examples / Counter Examples** if anyone has any interest. GitHub wiki can be used for this if there is community interest.
1111

1212
## Non-Goals
1313

1414
- **🛑Performance competition**: This backport is not intended to be the fastest JSON library. The JDK internal annotations that boost performance had to be removed.
1515
- **🛑Feature additions**: No features beyond what's in the official sandbox/preview public API. Demos and example code are most welcome.
16-
- **🛑Production optimization**: The final official implementation will have cutrent and future JVM-level optimizations unavailable to a backport on Java 21.
17-
- **🛑API stability**: This backport may, or may not, track the official specification develops (only if folks find it useful).
16+
- **🛑Production / API stability**: Its an unstable API. It is currently only for educational or experimenal usage.
1817
- **🛑Advoocacy / Counter Advocacy**: This repo is not an endorsement of the proposed API nor a rejection of other solutions. Please only use the official Java email lists to debate the topic.
1918

2019
## Current Status

0 commit comments

Comments
 (0)