handlebars array of json object
问题 i need to template with handlebars an array of json object:(by chrome console) [object,object,object,object] where every object is composed by this property:name,surname,ecc. I've understood that is impossible to put array of object in handlebars but we must create an unique object with all property of all object of array. Can anyone suggest me a function to create it 回答1: You could set your array as a property of a wrapper object when calling the template. For example, with objects as the