Skip to content
JSON generation and parsing utility library for Java.
Java JavaScript
Latest commit 98fa1c5 Mar 19, 2016 @billdavidson Minor cleanup.
Failed to load latest commit information.
JSONUtil Minor cleanup. Mar 19, 2016
.gitattributes Make sure jars are considered binary. Jul 8, 2015
.gitignore Add developer section required by OSSRH. Aug 25, 2015
README.md Update link. Mar 16, 2016

README.md

This is a JSON generation and parsing library for Java. It is oriented towards being used in web servers and includes several options for validation and controlling the way that the JSON is generated. Defaults for those options can be set using JNDI or JMX/MBean access which is normally available with JEE web tier containers. If you don't have those, a debug log message may be generated, but it is harmless. Those log messages can be suppressed by setting system properties on the java command line.

The trunk branch requires Java 8, but there are branches for Java 5, Java 6 and Java 7, which maintain the same functionality except for the default methods in an interface.

Files are included for the Maven project and an Eclipse project.

It has JUnit tests for most of the functionality.

There is a run time dependency on Apache Commons Logging facade so that it should work with whatever logging framework you already use.

Binaries

Getting Started Guide

Javadoc online (start with the JSONUtil class)

JSONUtil at the Maven Central Repository

Comments (Disqus)

Report Issues

Something went wrong with that request. Please try again.