i have a json object as
[ "id", "birthday", "companymsgsthisperiod", "companythisperiodend", "cust_attr_boolean", "subscribed", "testgroup", "usermsgsthisperiod", "userthisperiodend" ]
now i would like to add this type of json object using handlebar into a file as
<div>/*json*/</div>
Can anyone help me to get through it?
What you have there is an array. I guess from the documentation that you can use the each block helper
<div>
{{#each dataArray}}
<div>{{this}}</div>
{{/each}}
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With