How to use:
save DebugJSON.astro
file in your project and use like this:
---
import DebugJSON from './DebugJSON.astro';
---
<DebugJSON json={{myThing: 123}} />
It will look like a normal <pre>
tag with json in it.

But if you click on it it's going to open that json in https://json.pub/ by @levelsio.
Because data is sent over hash part of the URL the author of that service promises not to store your json in their logs (you can trust in that as much as you want I guess).