Iterate through a json object with jquery
object.forEach( function( item ) { console.log( item.status ); });