# Check jsonpath

**URL:** https://community.gatling.io/t/check-jsonpath/6125
**Category:** Gatling (Open-Source)
**Created:** [May 26, 2021, 4:28pm UTC](https://community.gatling.io/t/check-jsonpath/6125 "2021-05-26T16:28:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![James\_Taieb](https://avatars.discourse-cdn.com/v4/letter/j/4491bb/32.png) [@James\_Taieb](https://community.gatling.io/u/James_Taieb)
#### Post date: [May 26, 2021, 4:28pm UTC](https://community.gatling.io/t/check-jsonpath/6125/1 "2021-05-26T16:28:36Z")

</div>

Hello

Depending of the datasets , i could have for example two differents response from the server

My question is it possible to check a jsonpath between two possible content

for example check that

jsonPath("$…foo OR $…foo2").exists

In the same way we check between two http response with status.in(200, 304)

Regards
