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
Extension JSONPath version is "jsonpath-plus": "^0.20.1"
"jsonpath-plus": "^0.20.1"
Latest version of the jsonpath-plus appears to be v10.0.0 github wiki
jsonpath-plus
v10.0.0
Looking to either update the module or provide guidance how to structure the JSONPath expression to work with the extesion version.
Steps to Reproduce:
{ "items": [ { "_id": "23", "_title": "Validation" }, { "_id": "23||23", "_title": "Validation.TestEntity" }, { "_id": "23||23||39", "_title": "Validation.TestEntity.field1" }, { "_id": "23||23||40", "_title": "Validation.TestEntity.field2" } ]
23||23||39
@fieldId = {{reset.response.body.$.items[?(@._title=='Validation.TestEntity.field1')]._id}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extension JSONPath version is
"jsonpath-plus": "^0.20.1"
Latest version of the
jsonpath-plus
appears to bev10.0.0
github wikiLooking to either update the module or provide guidance how to structure the JSONPath expression to work with the extesion version.
Steps to Reproduce:
23||23||39
but does notjsonpath-plus
demo pageThe text was updated successfully, but these errors were encountered: