Convert between TOML, YAML and JSON formats
Convert between TOML, YAML and JSON
remarshal
$ remarshal -i yaml -o json input.yaml output.json
$ remarshal -i toml -o yaml config.toml config.yaml
$ remarshal -i json -o toml data.json