Created
November 8, 2019 02:44
-
-
Save gary-liguoliang/6ffa41942ab3493e6a815e8c38706ae2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with open('pretty.json', "w+") as a: | |
a.write(json.dumps(data, indent=4, sort_keys=True)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment