fn find_json_mismatch_r<'a>( expected: &'a Value, actual: &'a Value, cwd: Option<&Path>, ) -> Option<(&'a Value, &'a Value)>