var a = { "2": 333, "bbb": 2, "aaa": 3, "1": 444, "111": 555 }; for(var key in a) { document.write(key + '<br />'); }