waynedunkley
4/3/2016 - 12:59 AM

Out put the contents of an Object to the screen in a nice formet

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);