Library for comparing JSON documents in unit tests with assertions and Hamcrest matchers.
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>5.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Asserts that two JSON strings are equal ignoring whitespace and order.
Use assertJsonEquals(expected, actual, when(IGNORING_ARRAY_ORDER)) to explicitly set behavior.
No dependency data recorded yet.