Hi, Wiremock uses `ignoreArrayOrder` and `ignoreEx...
# general
i
Hi, Wiremock uses
ignoreArrayOrder
and
ignoreExtraElements
from Json-unit when comparing request json bodies. Why it doesn’t use also
IGNORE_EXTRA_ARRAY_ITEMS
?
t
Hi @Ivan Mikhalka settings
ignoreExtraElements
has the effect of activating
IGNORING_EXTRA_ARRAY_ITEMS
👍 1
i
Cool!