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
for example ,if i want to select all the books whose isbn =0-553-21311-3
$..book[?(@.isbn='0-553-21311-3')]
it does not work
The text was updated successfully, but these errors were encountered:
👍 I'm also trying to figure out how to do this. There's no documentation on this. Help!
Sorry, something went wrong.
It seems that double equals is the trick.
$..book[?(@.isbn=='0-553-21311-3')]
Pull request created to update documentation #24
#24 is merged.
No branches or pull requests
for example ,if i want to select all the books whose isbn =0-553-21311-3
it does not work
The text was updated successfully, but these errors were encountered: