Ver originalfor (var key in obj[0]){ if (obj.hasOwnProperty(key)) { alert(key + " = " + obj[key]); } }
Ver original0 = [