json-diff
json-diff copied to clipboard
feat: allow to have equality between null and empty array
-
refactor
CompositeJsonMatcherto allow more than 3 matchers -
refactor
PartialJsonMatcherto compare different node type (like compare null value with array node) -
add
NullEqualsEmptyArrayMatcherto match null value with array values -
missing property doesn't match empty array
#17