Skip to content

Commit 38ea84e

Browse files
author
Simon Massey
authored
Update README.md
1 parent 13b0de6 commit 38ea84e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Early access to the unstable `java.util.json` API - taken from OpenJDK sandbox J
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.
99
- **✅Track upstream API**: Match emerging API updates to be a potential "unofficial backport" if a final official solution ever lands.
10-
- **✅Host Examples / Counter Examples** if anyone has any interest. GitHub wiki can be used for this if there is community interest.
10+
- **✅Host Examples / Counter Examples**: Only 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.
15-
- **🛑Feature additions**: No features beyond what's in the official sandbox/preview public API. Demos and example code are most welcome.
15+
- **🛑Feature additions**: No features beyond what's in the experimental upstream branches. Contributions of example code or internal improvements are welcome.
1616
- **🛑Production / API stability**: Its an unstable API. It is currently only for educational or experimenal usage.
17-
- **🛑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.
17+
- **🛑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 API or the general topic.
1818

1919
## Current Status
2020

0 commit comments

Comments
 (0)