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