-
Notifications
You must be signed in to change notification settings - Fork 447
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
Support resolving arrays in query string and body #197
Comments
@eamodio nice suggestion, interesting idea. |
Thanks -- fyi, it seems somewhat like a bug right now that a jsonpath query like |
@eamodio actually it's by design vscode-restclient/src/requestVariableCacheValueProcessor.ts Lines 85 to 86 in 52c99ab
|
is there any plan to support this feature? |
@niusounds I am still planing this since I met a problem. What's the string representation(serialization) of the array result, simply JSON stringify the array or something else? |
I would love to have this as well 👍 |
This would be an awesome addition please merge #853 |
I would really like the ability to use a jsonpath query that resolves to an array in both the query string and request body.
Here is an example:
Awesome extension BTW!
The text was updated successfully, but these errors were encountered: