Common components for JSON libraries
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.