Skip to main content

is_jsonpath

Function is_jsonpath 

Source
pub fn is_jsonpath(path: &str) -> bool
Expand description

Check if a path uses rich JSONPath features (wildcards, filters, slices, recursive descent).

Returns true for expressions that need query() (RFC 9535 parser), false for simple dot/index paths that resolve() handles directly.