# JSON Request Matchers on the Body

### Strategies for matching JSON in the Request

The Body request matcher is what we will be exploring here, in particular, when the body contains JSON data and you need to match on either the data, or the structure of the JSON.

Whether you are doing EXACT, JSON, JSONPartial, JSONPath or Regular Expression matching, the Matcher value must be typed into the Request Matcher's Body field as below:

<figure><img src="https://3040286471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQZA-l8MzooJIct6r0X%2Fuploads%2FKe6eq6c8yDl68797EQAF%2FRequest-Matcher-Body.png?alt=media&#x26;token=5a24d983-91ba-4c1a-a33a-2fef3b26adad" alt=""><figcaption></figcaption></figure>
