#!/usr/bin/env python3 import sys import yaml import json print(json.dumps(yaml.load(sys.stdin, Loader=yaml.BaseLoader)))