Skip to content
carterpage edited this page Feb 29, 2012 · 12 revisions

JSONassert

Current version is 0.9.0.

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

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

And here are the JavaDocs.

Clone this wiki locally