YAML to JSON and back again.
Conert YAML to JSON ```bash
cat example.yaml | y2j ```
Convert JSON to YAML ```bash
cat example.json | y2j --reverse ```