scalatest-json
scalatest-json copied to clipboard
Consider to expand API to use various json compare modes instead of single STRICT one
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)