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

Latest commit

 

History

History
28 lines (20 loc) · 1.6 KB

README.MD

File metadata and controls

28 lines (20 loc) · 1.6 KB

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.