has_paths

Function has_paths 

Source
pub fn has_paths(
    paths: &[&str],
) -> JsonPredicateMatcher<impl Fn(&Value) -> bool, String, String>
Expand description

Matches a JSON object that contains all the specified paths (order-agnostic, extras allowed).