The code snippet from `matchJson` method: ``` JSONCompare.compareJSON(right, left, JSONCompareMode.STRICT) ``` It is hardcoded to strict mode that's why one can't use this for ignore-ordering array comparison (`JSONCompareMode.LENIENT` case)