We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fafb6 commit 4a63274Copy full SHA for 4a63274
README.md
@@ -10,9 +10,9 @@ Key Features:
10
- Supports polymorphic types and complex object graphs
11
- Zero external dependencies (other than java-util)
12
- Fully compatible with both JPMS and OSGi environments
13
-- Lightweight (237K for json-io.jar, 405K for java-util)
+- Lightweight (240K for json-io.jar, 411K for java-util)
14
- Compatible with JDK 1.8 through JDK 23
15
-- Extensive configuration options via ReadOptions and WriteOptions
+- Extensive configuration options via `ReadOptionsBuilder` and `WriteOptionsBuilder`
16
- Featured on [json.org](http://json.org)
17
## Compatibility
18
0 commit comments