Function js_path_path

Source
pub fn js_path_path<T: Queryable>(
    path: &str,
    value: &T,
) -> Queried<Vec<QueryPath>>
Expand description

A convenience function to process a JSONPath query and return a vector of paths, omitting the values.