json-io

Additional

Language
Java
Version
json-io-2.9.1 (Jan 27, 2015)
Created
Sep 4, 2013
Updated
Jan 10, 2024
Owner
John DeRegnaucourt (jdereg)
Contributors
William Delanoue (twillouer)
Alvaro Muñoz (pwntester)
John DeRegnaucourt (jdereg)
Daniel Darabos (darabos)
David Loyall (daveloyall)
Kai Hufenbach (KaiHufenbach)
Pedro Pereira Neto (pedrocpneto)
Ken Partlow (kpartlow)
Waldemar Reusch (lordvlad)
Sébastien Gandon (sgandon)
dtracers
Dan Armbrust (darmbrust)
Mike Davis (lightcycle)
Lance Johnson (lance0428)
Richard Kovacs (mhmxs)
Josh Snyder (jsnyder4)
Semyon Evgrafov (Senich)
reuschling
Show all (28)28
Activity
Badge
Generate
Download
Source code

json-io

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

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


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