Created
April 1, 2019 02:48
-
-
Save entrptaher/50d0e0cc5704faf4675d404abac92370 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 simplejson | |
import sys | |
import yaml | |
print yaml.dump(simplejson.loads(str(sys.stdin.read())), default_flow_style=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment