Skip to content
Carter Page edited this page Oct 24, 2013 · 12 revisions

JSONassert

Current version is 1.2.1.

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

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

Here are the JavaDocs.

Clone this wiki locally