See http://jsonassert.skyscreamer.org/
The error messages look much more meaningful that what our own assertion utilitiy does.
That's the dependency:
{code} <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency> {code}
Not sure whether it works with single today for field names ore required escaped double quotes. In case of the latter we should wrap it with a method enabling the usage of single quotes as we do today.
|