We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want get "beta" from following json but cannot: { "data":{ "a": "alpha", "b": "beta" }, "key": "b" } What if key | $root.data.@ ?
{ "data":{ "a": "alpha", "b": "beta" }, "key": "b" }
key | $root.data.@
The text was updated successfully, but these errors were encountered:
@MountLion we used to think about specifying the $ token for this use case. However, it seems better served by the let() function instead.
$
Sorry, something went wrong.
No branches or pull requests
I want get "beta" from following json but cannot:
{ "data":{ "a": "alpha", "b": "beta" }, "key": "b" }
What if
key | $root.data.@
?The text was updated successfully, but these errors were encountered: