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.jar
file is only260K
and combined with java-util
totals 415K.
Works withJDK 1.8
throughJDK 21
.
The classes in the.jar
file are version 52 (JDK 1.8
).
To include in your project:
implementation 'com.cedarsoftware:json-io:4.19.1'
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.19.1</version>
</dependency>
For useful Java utilities, check out java-util
Featured on json.org.
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.
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