🎀 Pretty print JSON

Smol snippet to view JSON objects in the UI!


<pre>
  {JSON.stringify(object, null, 2)}
</pre>