var obj = { \'a\' : \'apple\', \'b\' : \'banana\', \'c\' : \'carrot\' }
If I do a
for(key in obj) { console.log( key + \' has a value
just shorter
var last = (last=Object.keys(json))[last.length-1];