toml2json

Convert TOML configuration files to JSON format

brewmacoslinux
Try with needOr install directly
Source

About

Convert TOML to JSON

Commands

toml2json

Examples

Convert a TOML file to JSON and output to stdout$ toml2json config.toml
Convert TOML file and save output to a JSON file$ toml2json config.toml > config.json
Convert TOML from stdin to JSON$ cat config.toml | toml2json