Skip to content
carterpage edited this page Apr 4, 2012 · 12 revisions

JSONassert

Current version is 0.9.0.

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>0.9.0</version>
</dependency>

Here are the JavaDocs.

Clone this wiki locally