how to print json pretty in console.log code example Example: JSON.stringify pretty var str = JSON.stringify(obj, null, 2); // spacing level = 2