Looping over a JSON array from the Request
Learn how to use Handlebars templating in Hoverfly Cloud to loop over JSON arrays within requests and dynamically generate responses.
{{#each <<some array>>}} {{/each}}Example: Using #each and this to render back items from a JSON array
Example: Generating a JSON response while looping over a JSON request
Last updated