remarshal

Convert between TOML, YAML and JSON formats

brewmacoslinux
Try with needOr install directly
Source

About

Convert between TOML, YAML and JSON

Commands

remarshal

Examples

Convert YAML file to JSON$ remarshal -i yaml -o json input.yaml output.json
Convert TOML to YAML$ remarshal -i toml -o yaml config.toml config.yaml
Convert JSON to TOML and output to stdout$ remarshal -i json -o toml data.json