for (var a in o) { if (o.hasOwnProperty(a)) { print(o[a]); } }