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?
