JSON Formatter Function

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!

6 Likes

:heart: :heart: :heart:

1 Like

Wow! This is superb! This looks extremely challenging to make, but it would probably have been a breeze for @drted. Really, really helpful! Even I am tired of using JSON formatters. This will make it so much easier.

2 Likes