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