Macro assert_json_diff::assert_json_include [−][src]
Compare two JSON values for an inclusive match.
It allows actual to contain additional data. If you want an exact match use
assert_json_eq instead.
See crate documentation for examples.