From c6da886d9135f2ecd71a93b1986b2c85d0dcaf83 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 9 Feb 2024 10:51:40 +0100 Subject: [PATCH] Update stringify helper description --- content/docs/latest/templating/mockoon-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/latest/templating/mockoon-helpers.md b/content/docs/latest/templating/mockoon-helpers.md index 9b08b9c4..fcaf72e2 100644 --- a/content/docs/latest/templating/mockoon-helpers.md +++ b/content/docs/latest/templating/mockoon-helpers.md @@ -905,7 +905,7 @@ result: This,is,my,string, ## stringify -Return objects and arrays as a formatted JSON string indented with two spaces. +Return objects and arrays as a formatted JSON string indented with two spaces. This helper requires to be used with triple curly braces (`{{{stringify ...}}}`) to avoid escaping of the JSON string by Handlebars. | Arguments (ordered) | Type | Description | | ------------------- | ---- | --------------- |