Skip to content

Commit

Permalink
Update stringify helper description
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Feb 9, 2024
1 parent 72f5522 commit c6da886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/latest/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------------------- | ---- | --------------- |
Expand Down

0 comments on commit c6da886

Please sign in to comment.