Skip to content

Instantly share code, notes, and snippets.

@realmbgl
Created August 16, 2018 20:47
Show Gist options
  • Save realmbgl/63c6386ad4f4f2fb892bcb4dbb939189 to your computer and use it in GitHub Desktop.
Save realmbgl/63c6386ad4f4f2fb892bcb4dbb939189 to your computer and use it in GitHub Desktop.
#!/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