Skip to content

Instantly share code, notes, and snippets.

@entrptaher
Created April 1, 2019 02:48
Show Gist options
  • Save entrptaher/50d0e0cc5704faf4675d404abac92370 to your computer and use it in GitHub Desktop.
Save entrptaher/50d0e0cc5704faf4675d404abac92370 to your computer and use it in GitHub Desktop.
#!/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