Function js_path_vals

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

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