jsontoml-0.2.16 is not a library.
jsontoml 0.2.16
Convert a JSON file to TOML on the CLI
- Repo: https://github.com/pepa65/jsontoml
- After json2toml
- Inspired heavily by toml2json
Usage
jsontoml 0.2.16 - Convert a JSON file to TOML on the CLI
Usage: jsontoml [input]
Arguments:
[input] JSON file to convert to TOML
Options:
-h, --help Print help
-V, --version Print version
Example
- Input:
input.json:
- Command:
jsontoml input.json >output.toml - Output:
output.toml:
= "value"
= "value2"