Releases: monkeydom/ObjectiveTOML
Releases · monkeydom/ObjectiveTOML
2.0.0
Switched to toml11 for toml v1.0.0 support
tomlutil v2.0.0 (toml11 v3.7.1)
Usage: tomlutil [-f json|xml1|binary1|toml] file [outputfile]
A file of '-' reads from stdin. Can read json, plists and toml. Output defaults to stdout.
-f format Output format. One of json, xml1, binary1, toml. Defaults to toml.
-lint Just lint with toml11, no output.
1.1.0
Now with more options, and the latest cpptoml.
tomlutil v1.1.0 (cpptoml v0.1.1)
Usage: tomlutil [-f json|xml1|binary1|toml] file [outputfile]
A file of '-' reads from stdin. Can read json, plists and toml. Output defaults to stdout.
-f format Output format. One of json, xml, binary1, toml. Defaults to toml.
-lint Just lint with cpptoml, no output.