lukas-krecan / JsonUnit

Compare JSON in your Unit Tests
Apache License 2.0
871 stars 114 forks source link

#767 Basic support for Spring JsonComparator #772

Open lukas-krecan opened 1 month ago

snicoll commented 1 month ago

Looks good!

As for

The integration API is pretty limited, so you are better off using JsonUnit directly.

JsonComparator is focused only on "is this matching the diff rules of that". For any sort of other assertions on JSON document, it's out of scope and is limited in that scope on purpose.

lukas-krecan commented 1 week ago

It's part of v4 branch