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
json
Given the following:
new JSONPath({ path: "$" })
The error message is:
You must supply a "path" property when providing an object argument to JSONPath.evaluate().
It should probably be:
You must supply a "json" property when providing an object argument to JSONPath.evaluate().
The text was updated successfully, but these errors were encountered:
355b3f4
Added in v2.0.0. Thanks for the report.
Note that if json is present but undefined, it will still not throw, as there is the potential one is trying to query undefined.
undefined
Sorry, something went wrong.
No branches or pull requests
Given the following:
The error message is:
It should probably be:
The text was updated successfully, but these errors were encountered: