You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ Early access to the unstable `java.util.json` API - taken from OpenJDK sandbox J
7
7
-**✅Enable early adoption**: Let developers try the unstable Java JSON patterns today on JDK 21+
8
8
-**✅API compatibility over performance**: Focus on matching the emerging "batteries included" API design rather than competing with existing JSON libraries on speed.
9
9
-**✅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.
11
11
12
12
## Non-Goals
13
13
14
14
-**🛑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.
16
16
-**🛑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.
0 commit comments