Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Common components for JSON processing libraries for Java

License

Notifications You must be signed in to change notification settings

markenwerk/java-utils-json-common

Repository files navigation

Common components for JSON libraries

Build Status Coverage Status Dependency Status Maven Central Issues MIT License

Overview

This library provides common components for other JSON processing libraries.

Maven

This library is hosted in the Maven Central Repository. You can use it with the following coordinates:

<dependency>
	<groupId>net.markenwerk</groupId>
	<artifactId>utils-json-common</artifactId>
	<version>3.0.1</version>
</dependency>

Motivation

The goal of this library is to avoid unnecessary and probably inconsistent repetition of relevant exceptions and datastructures for JSON processing.

About

Common components for JSON processing libraries for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages