jmespath / jmespath/jmespath.jep
Root node access
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I would like to have access to the data I've passed in within any part of query.
Currently expressions in official implementations, only access to the current node is allowed.
- Similar in spirit to #33 but only scoped for the initial data.
- Someone made an implementation like this in https://github.com/daz-is/jmespath.js, where the root node is `$`. I do not know if it goes against any other part of the spec yet.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.