4 lines
99 B
Python
4 lines
99 B
Python
import os, sys, json, yaml
|
|
|
|
if __name__ == '__main__':
|
|
print(json.dumps(yaml.load(sys.stdin)))
|