+++ date = "2022-07-25T22:53:14+00:00" lastmod = "2022-07-25T22:53:14+00:00" tags = [ "programs" ] author = "tdro" +++ [yj](https://github.com/sclevine/yj#readme) is handy for converting between [YAML](https://yaml.org/), [TOML](https://toml.io/en/), [JSON](https://www.json.org/json-en.html), and [HCL](https://github.com/hashicorp/hcl#readme). yes. ```shell yj -yj -i < config.yaml > config.json yj -yt -i < config.yaml > config.toml yj -yc < config.yaml > config.hcl ```