How to print JSON output beautifully in JavaScript?
Originally Published Here ๐!
To print the JSON output beautifully (aka pretty-print), you can use the JSON.stringify() method and pass a spacing value (or indentation) as the third argument to the function in JavaScript.
TL;DR
/* Pretty print JSON o...
melvingeorge-me.hashnode.dev3 min read