# JQ

## 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

{% hint style="success" %}

* jq Filter is only available in the JSON Tab. On the Request/Response Tool bar -> Click on the + button -> Select JSON in the Request or Response. A new JSON Tab will be added.
  {% endhint %}

<div align="center" data-full-width="false"><figure><img src="https://1856518738-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LlPt_6BePnJ3oK3saP1%2Fuploads%2FEdE7E1m2tEj7mNEiB4Tf%2F481323588-7ae7cb0a-ca66-4199-a16d-e171960a9814.jpg?alt=media&#x26;token=a2dacd3b-74ec-4853-aa3b-ec19464fc6a3" alt="use jq to filter JSON Body"><figcaption></figcaption></figure></div>

## 2. Syntax

* Please refer the [jq Manual Page](https://jqlang.org/manual/#basic-filters) to understand how to use the jq
