# JSONPath

{% hint style="warning" %}
Данный функционал доступен только для владельцев [платной подписки](https://testmace.com/pricing/) TestMace
{% endhint %}

**JSONPath assertion** позволяет проверить значение по XPath-селектору.

Данный **assertion** имеет следующий интерфейс:

![](/files/-M2Tu--T6wh4Q9fGpKKu)

**JSONPath assertion** имеет следующие поля:

* **Text** - текст, где будет производиться поиск
* **Path** - JSONPath селектор
* **Expected value** - ожидаемое значение по данному селектору. Значение должно быть массивом ожидаемых елементов.
* Флаг **Use negative statement** - означает отрицание описанного утверждения, т.е. в тексте по данному селектору не должно быть ожидаемого значения.

### Исправление ошибок

При исправлении ошибки в данном виде **Assertion**-а ожидаемому значению присваивается значение, лежащее по селектору.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-ru.testmace.com/node-types/assertion/jsonpath-assertion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
