43 words
1 minute
Simple JSON Stringify Formatting

Rather than look at the console all the time I find it to be nice to display an objects properties right in the UI where the component rests. This snippet will display the object in a clean format in the UI

<pre><code>{JSON.stringify(DATA, null, 2)}</code></pre>
Simple JSON Stringify Formatting
https://edwardbeazer.com/posts/simple-json-stringify-formatting/
Author
Edward Beazer
Published at
2022-10-06