json2yaml
json2yaml OPTIONS [JSON_FILENAME] [YAML_FILENAME]
json2yaml is a tool that converts JSON objects into YAML output.
These would get the file named “my.json” and save it as my.yaml
json2yaml my.json > my.yaml
json2yaml my.json my.taml
cat my.json | json2yaml -i - > my.taml
json2yaml 1.2.10