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
Could i construct path using concrete index in array:
'{"a":[{"b":1},{"b":2}]}' @@ 'a.0.b = 1'
The text was updated successfully, but these errors were encountered:
You can't do that. Do you have a use-case for it?
Sorry, something went wrong.
I think index in array is quite semantic and could be considered as key.
For example i put info about children of person in array in birth-date order and i want search by first child
No branches or pull requests
Could i construct path using concrete index in array:
The text was updated successfully, but these errors were encountered: