-
The "each" and "if" helpers is mentioned in the docs all the time. |
Beta Was this translation helpful? Give feedback.
Answered by
255kb
Sep 23, 2024
Replies: 1 comment 2 replies
-
Mockoon is using Handlebars which offers these helpers (among others) out of the box: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tuan-lm97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mockoon is using Handlebars which offers these helpers (among others) out of the box:
each
,if
,lookup
,with
.We didn't document this for obvious reasons, but I can make it clearer in the docs if necessary.