Function js_path_process

Source
pub fn js_path_process<'a, 'b, T: Queryable>(
    path: &'b JpQuery,
    value: &'a T,
) -> Queried<Vec<QueryRef<'a, T>>>
Expand description

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