lua.wetgenes.json_diff.similar
Compare two json values and return true if they are similar arrays or objects, this may descend into a tree of tables and objects so can be an expensive test.
An array or object is similar if it contains at least one value that is the same in both.
Will return false if not given two objects or two arrays.