Simple tool to convert between json and yaml using the excellent serde library.
Clone this repository and install locally with the following command:
$ cargo install --path .Both json2yaml and yaml2json convert from standard input to standard output.
$ json2yaml < some.json > some.yaml
$ yaml2json < some.yaml > some.json