Convert TOML configuration files to JSON format
Convert TOML to JSON
toml2json
$ toml2json config.toml
$ toml2json config.toml > config.json
$ cat config.toml | toml2json