Hi !
Thank you very much for your response!
So my json seems not to have a typical structure…
Now I found out that it works if I just catch any element of the array using {{0}} for “Bezeichnung” and {{1}} for “Anzahl”
{{#each response.resultSet.results}}
<tr>
<td>{{0}}</td>
<td>{{1}}</td>
</tr>
{{/each}}
So thank you very much for helping to find a solution!