When using the "Reformat contents" feature with request chaining via response.body.path(...), all whitespaces within JSONPath queries are incorrectly stripped.
Make a GET request to https://api.github.com/users/octocat/repos
Create a new request with some sort of body (e.g., JSON, GraphQL)
In the new query, reference the response body of the GET request from #1 using request chaining (i.e., response.body.path(…)) with this JSONPath query: $[?(@.license?.name=="MIT License")].id
Apply "Reformat contents" feature
Click the blue template tag and notice that the JSONPath query has been updated to $[?(@.license?.name=="MITLicense")].id (whitespace removed between “MIT” and “License”)
Please authenticate to join the conversation.
Released
Feedback
Bug
About 1 year ago

Ben Y
Get notified by email when there are changes.
Released
Feedback
Bug
About 1 year ago

Ben Y
Get notified by email when there are changes.