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
Sometimes novices might just paste the dump of json expected and then suffer since hurl failure reporting for it doesn't tell what.
Have hurlfmt take the json and convert it on a set jsonpath asserts, one per flattened json field.
It is something that can be done using creatively jq, but would be better to have it builtin.
dot.and[].flattened.keys
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem to solve
Sometimes novices might just paste the dump of json expected and then suffer since hurl failure reporting for it doesn't tell what.
Proposal
Have hurlfmt take the json and convert it on a set jsonpath asserts, one per flattened json field.
Additional context and resources
It is something that can be done using creatively jq, but would be better to have it builtin.
Tasks to complete
dot.and[].flattened.keys
keys and value)The text was updated successfully, but these errors were encountered: