I know that the pprint python standard library is for pretty-printing python data types. However, I\'m always retrieving json data, and I\'m wondering if there is a
pprint
Use for show unicode values and key.
print (json.dumps(pretty_json, indent=2, ensure_ascii=False))