From 1397b8593c7875c7eb66e1cabd2e81c2ec4b59c9 Mon Sep 17 00:00:00 2001 From: Matteo Bitussi Date: Tue, 7 Nov 2023 16:44:49 +0100 Subject: [PATCH] updated language doc --- doc/language.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/language.md b/doc/language.md index 0f5c151..bbaa38d 100644 --- a/doc/language.md +++ b/doc/language.md @@ -539,6 +539,8 @@ Note: when using `check regex` with json content, the specified content will be >Note: matched array contents will always be converted to string for simplicity. This means that if you want to check an integer or float, you should write it as a string (e.g. 12.3 -> "12.3") +>Note: Json paths have a lot of operands to select elements, for more info check [this guide](https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html) + ```json "decode operations": [ {