Out put the contents of an Object to the screen in a nice formet
function puke(obj){ return <pre>{JSON.stringify(obj, 2, ' ')}</pre>; }; puke(obj);