Thanks for the feedback! :)
To get a readable output I use python's build in module pprint.
import pprintpprint.pprint(your_json)
Thanks for the feedback! :)
To get a readable output I use python's build in module pprint.
import pprintpprint.pprint(your_json)
O cool, thanks will thy this out!