pub fn is_jsonpath(path: &str) -> boolExpand 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.