macro_rules! assert_json_contains {
(container: $container:expr, contained: $contained:expr $(,)?) => { ... };
(container: $container:expr, contained: $contained:expr, $($arg:tt)+) => { ... };
}Expand description
Assert that a JSON value contains other JSON value
See crate documentation for examples.