pub fn has_paths( paths: &[&str], ) -> JsonPredicateMatcher<impl Fn(&Value) -> bool, String, String>
Matches a JSON object that contains all the specified paths (order-agnostic, extras allowed).