For the complete documentation index, see llms.txt. This page is also available as Markdown.

Filter JSON Response

Find data in JSON responses with text search, regular expressions, JSONPath, key paths, and key or value filters.

You can quickly filter the JSON Response with the following approach:

1. Filter on JSON Previewer

  • ⌘F to trigger the Filter

  • Support Regex

  • Support Jump Next

2. JSONPath

Proxyman supports JSONPath for quickly querying the data in JSON Document.

Please check out JSONPath documentation.

JSONPath

3. KeyPaths

  • 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

4. All Keys or All Values

  • Show all nodes that the key or value contains the search text

Last updated

Was this helpful?