Skip to content

Commit 0c73f88

Browse files
committed
updated readme
1 parent de8c073 commit 0c73f88

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ json-io
33
[![Maven Central](https://badgen.net/maven/v/maven-central/com.cedarsoftware/json-io)](https://central.sonatype.com/search?q=json-io&namespace=com.cedarsoftware)
44
[![Javadoc](https://javadoc.io/badge/com.cedarsoftware/json-io.svg)](http://www.javadoc.io/doc/com.cedarsoftware/json-io)
55

6-
Useful tool for Java serialization to and from JSON format.
7-
Available on [Maven Central](https://central.sonatype.com/search?q=json-io&namespace=com.cedarsoftware).
8-
This library has <b>no dependencies</b> on other libraries for runtime other than our own `java-util.`
9-
The `json-io.jar`file is `220K` and `java-util` is `336K.` Compatible with JDK1.8 through JDK 23.
6+
json-io is a powerful and lightweight Java library that simplifies JSON serialization and deserialization while handling complex object graphs with ease. Unlike basic JSON parsers, json-io preserves object references, handles polymorphic types, and maintains cyclic relationships in your data structures. Whether you're working with sophisticated domain models, dealing with legacy Java objects, or need high-performance JSON processing, json-io provides a robust solution with minimal configuration.
7+
8+
Key Features:
9+
- Preserves object references and handles cyclic relationships
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 (224K for json-io.jar, 405K for java-util)
14+
- Compatible with JDK 1.8 through JDK 23
15+
- Extensive configuration options via ReadOptions and WriteOptions
16+
- Featured on [json.org](http://json.org)
1017
## Compatibility
1118

1219
### JPMS (Java Platform Module System)

0 commit comments

Comments
 (0)