-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
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
query json in response #40
Comments
Do you mean as an alternative method of searching (as opposed to the existing regex search)? If so, that sounds like a great idea - I'd definitely be interested in that. Not sure how else we could use a jq-like syntax in wuzz - I'd love to hear any suggestions you might have. |
so if the response body is a json like say
We should be able to query |
@ZwodahS agree, it would be useful. README's todo section already contains this feature but with xpath. |
@ZwodahS that's what I thought you meant - that's a great suggestion. |
alrighty, let me see what I can do =). |
One of the things I am interested in helping is to put a json query language similar to jq into wuzz.
There is already an existing parser at https://github.com/tidwall/gjson.
The text was updated successfully, but these errors were encountered: