This dumps all of the properties of an object in javascript.
for (var name in data) { console.log(name); }