Filter JSON Response
Last updated
Last updated
You can quickly filter the JSON Response with the following approach:
⌘F to trigger the Filter
Support Regex
Support Jump Next
Please check out JSONPath documentation.
Support Key Paths filter on JSON Tree View mode
Search specifically the children keys
Syntax example:
posts[1].maker[2]: Go from Root -> Get item at index 1 of the Posts array -> Get the index 3 items of Makers array and filter out
users.name: Get the name value of the "users" dictionary
Show all nodes that the key or value contains the search text
Proxyman supports for quickly querying the data in JSON Document.