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
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.
The text was updated successfully, but these errors were encountered:
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.
$
. I do not know if it goes against any other part of the spec yet.The text was updated successfully, but these errors were encountered: