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

JQ

How to use the jq filter in the JSON Tab to quickly filter your JSON Data

1. What's it?

  • jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.

  • Available on Proxyman 5.24.0 or later

use jq to filter JSON Body

2. Syntax

Last updated

Was this helpful?