json2toml
json2toml OPTIONS [JSON_FILENAME] [TOML_FILENAME]
json2toml is a tool that converts JSON objects into TOML output.
-version: display version
These would get the file named “my.json” and save it as my.toml
json2toml my.json > my.toml
json2toml my.json my.toml
cat my.json | json2toml -i - > my.toml
json2toml 1.2.10