Crates.io | xml2json |
lib.rs | xml2json |
version | 0.1.3 |
source | src |
created_at | 2022-06-24 07:40:32.443468 |
updated_at | 2022-06-24 08:01:57.366 |
description | CLI tool to convert XML into JSON |
homepage | https://www.github.com/janstarke/xml2json |
repository | https://www.github.com/janstarke/xml2json |
max_upload_size | |
id | 612252 |
size | 57,272 |
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: -]