XUtils

JSON-io

Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.


json-io

Maven Central Javadoc

Useful tool for Java serialization to and from JSON format. Available on Maven Central. This library has no dependencies on other libraries for runtime other than our own java-util. The json-io.jarfile is 217K and java-util is 290K. Compatible with JDK1.8 through JDK 22.

Compatibility

JPMS (Java Platform Module System)

This library is fully compatible with JPMS, commonly known as Java Modules. It includes a module-info.class file that specifies module dependencies and exports.

Gradle
implementation 'com.cedarsoftware:json-io:4.26.0'
Maven
 <dependency>
   <groupId>com.cedarsoftware</groupId>
   <artifactId>json-io</artifactId>
   <version>4.26.0</version>
 </dependency>


Articles

  • coming soon...