CLI tool to convert XML into JSON
cargo install xml2json
xml2json 0.1.0
Jan Starke <Jan.Starke@t-systems.com>
CLI tool to convert XML into JSON
USAGE:
xml2json [OPTIONS]
OPTIONS:
-h, --help Print help information
-J, --json-file <JSON_FILE> path of the JSON file to write to; we use '-' to denote STDIN
[default: -]
-q, --quiet Less output per occurrence
-v, --verbose More output per occurrence
-V, --version Print version information
-X, --xml-file <XML_FILE> path of the XML file to read from; we use '-' to denote STDIN
[default: -]