๐ Pretty print JSONJun 10, 2024 ยท Updated Jun 20, 2024Smol snippet to view JSON objects in the UI! <pre> {JSON.stringify(object, null, 2)} </pre>