how to push object into empty array code example
Example 1: how to add objects in array
var a=[], b={};
a.push(b);
// a[0] === b;
Example 2: push object into array javascript
var nietos = [];
var obj = {};
obj["01"] = nieto.label;
obj["02"] = nieto.value;
nietos.push(obj);