I have a json object like
[ "id", "birthday", "companymsgsthisperiod", "companythisperiodend", "cust_attr_boolean", "subscribed", "testgroup", "usermsgsthisperiod", "userthisperiodend" ]
now i would like to add this type of json object using handlebar to file as
<div></div>
Can someone help me get through this?
source
share