Hello,
I was wondering if it would be nicer to have the usually used jsonMatcher() method strict by default (.mode(JSONCompareMode.STRICT)). Moreover we could add another method like unorderedJsonMatcher() to perform assertions when the order can change.
This would be somehow like what we have in assertj.
What do you think about that ?
Hello,
I was wondering if it would be nicer to have the usually used
jsonMatcher()method strict by default (.mode(JSONCompareMode.STRICT)). Moreover we could add another method likeunorderedJsonMatcher()to perform assertions when the order can change.This would be somehow like what we have in assertj.
What do you think about that ?