Convert between YAML, TOML, JSON, and HCL formats
CLI to convert between YAML, TOML, JSON and HCL
yj
$ yj -yaml -json < config.yaml > config.json
$ yj -json -toml < config.json > config.toml
$ yj -hcl -yaml < config.hcl > config.yaml