Skip to content
Carter Page edited this page Jun 28, 2024 · 13 revisions

JSONassert

Current version is 1.5.3.

To add JSONassert to your project download the latest release or add the following dependency to your pom.xml:

<dependency>
    <groupId>org.skyscreamer</groupId>
    <artifactId>jsonassert</artifactId>
    <version>1.5.3</version>
</dependency>

Here are the JavaDocs.

Clone this wiki locally