[ad_1]
I am getting back a JSON string from an API that looks kind of like this locations, addresses, passwords all blurred out)…..
​
[incoming json])I need it to be formatted something like this….
​
[desired format])…but I can’t find a way to do that.
I need it in a more readable form so I can see what is coming in from the current API and compare it to a second API that should send in the same info. If there is a difference I need to be able to change the second API to make it’s output equal the first API.
​
[ad_2]