You are viewing a single comment's thread from:
RE: Steemit-Python-Bot | Part 2: How to return a list of the people who upvoted your post
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!