pub fn diff( v1: &Value, v2: &Value, ignore_keys_regex: Option<&Regex>, epsilon: Option<f64>, array_id_key: Option<&str>, ) -> Vec<DiffResult>
Backward compatible diff function - uses standard algorithm