This library provides common components for other JSON processing libraries.
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>
The goal of this library is to avoid unnecessary and probably inconsistent repetition of relevant exceptions and datastructures for JSON processing.