I got pretty tired of transfering JSON responses (Web APIs, Firebase, etc) into JSON formatters, so I built a Thunkable Function to reformat the text into something readable. The reformatting does not affect how thunkable interprets the associated object, but it does make it easier to read while developing and debugging.
To use it, simply copy the function and supply the JSON string
In this simple example, I am simply reformatting from one text input to another. Typically I will use it to convert the response block of the Web API
https://x.thunkable.com/copy/a6b386c0040c75517d5781b9d1e13f03
Happy Thunking!