Skip to content
Carter Page edited this page Jul 4, 2022 · 12 revisions

JSONassert

Current version is 1.5.1.

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.1</version>
</dependency>

Here are the JavaDocs.

Clone this wiki locally