pub fn js_path_vals<'a, T: Queryable>( path: &str, value: &'a T, ) -> Queried<Vec<&'a T>>
A convenience function to process a JSONPath query and return a vector of values, omitting the path.