Skip to content

Instantly share code, notes, and snippets.

@loa
Created February 4, 2015 17:41
Show Gist options
  • Save loa/1d4c556117cbdcac30e8 to your computer and use it in GitHub Desktop.
Save loa/1d4c556117cbdcac30e8 to your computer and use it in GitHub Desktop.
Yaml 2 Json
#!/bin/bash
python -c 'import sys, yaml, json; json.dump(yaml.load(sys.stdin), sys.stdout, indent=4)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment