Skip to content

Instantly share code, notes, and snippets.

@Klice
Created September 21, 2020 16:47
Show Gist options
  • Save Klice/676074df549a8de1063dd745c256c4bb to your computer and use it in GitHub Desktop.
Save Klice/676074df549a8de1063dd745c256c4bb to your computer and use it in GitHub Desktop.
python3 -c 'import sys, yaml, json; y=yaml.load(sys.stdin.read(), Loader=yaml.BaseLoader); print(json.dumps(y))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment