You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I can get this library back up to working order including the macros, the next thing I'd like to see is an optional feature to add a non-standard recursive descent operator while the spec above gets discussed. Gated behind a feature like "nonstandard-recursive-descent", it would enable parsing .. in the same manner as JSONPath and E4X, which expands the flexibility of jmespath.
Once a standard solution became defined the spec, this feature could be sunset or default to the official solution.
The text was updated successfully, but these errors were encountered:
@pratikpparikh, eventually, but for the moment I have other items higher up on my priority list. You or anyone else is welcome to tackle it first, if you'd like.
Being discussed to formally be added to the spec here: jmespath/jmespath.py#110
If I can get this library back up to working order including the macros, the next thing I'd like to see is an optional feature to add a non-standard recursive descent operator while the spec above gets discussed. Gated behind a feature like "nonstandard-recursive-descent", it would enable parsing
..
in the same manner as JSONPath and E4X, which expands the flexibility of jmespath.Once a standard solution became defined the spec, this feature could be sunset or default to the official solution.
The text was updated successfully, but these errors were encountered: