Output formatted object to screen
function puke(object){ return <pre>{JSON.stringify(object, null, ' ')}</pre> }