const noSpaces = 4 const beautifiedJson = JSON.stringify(myData, null, noSpaces)
console.log(JSON.stringify(object, null, " "));