/json-io

Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. Deep copy Java object graphs.

Primary LanguageJavaApache License 2.0Apache-2.0

json-io

Maven Central Javadoc

Excellent Java serialization to and from JSON format. Available on Maven Central. This library has no external dependencies on other libraries for runtime other than our own java-util. The json-io.jarfile is only260K and combined with java-util totals 415K. Works withJDK 1.8throughJDK 21. The classes in the.jarfile are version 52 (JDK 1.8).


To include in your project:

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

User Guide

For useful Java utilities, check out java-util

Featured on json.org.

Revision History


Sponsors

Alt text

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

Intellij IDEA from JetBrains Intellij IDEA


License

Copyright (c) 2007 Cedar Software LLC.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    <a href="http://www.apache.org/licenses/LICENSE-2.0">License</a>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

by John DeRegnaucourt and Kenny Partlow