//common way console.log(object); //for non-browser srcipts console.log( JSON.stringify(object, null, 1) ); // spacing level = 1