Created
August 16, 2018 20:47
-
-
Save realmbgl/63c6386ad4f4f2fb892bcb4dbb939189 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
#!/usr/bin/env python | |
import sys, yaml, json | |
j=json.load(open(sys.argv[1])) | |
print(yaml.safe_dump(j, indent=4, default_flow_style=False)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment