0.1.0 • Published 9 years ago
toml2json v0.1.0
toml2json
CLI program that reads TOML and prints it as JSON.
Usage
$ toml2json test/simple.toml
{ "simple": "Just some text.",
"andSomeNumbers": [
12,
34,
56
]
}
$ <test/simple.toml toml2json
{ "simple": "Just some text.",
"andSomeNumbers": [
12,
34,
56
]
}
License
ISC
0.1.0
9 years ago