#!/usr/bin/env python import json import yaml import sys yaml.dump(json.load(sys.stdin), stream=sys.stdout)