xml2json

Crates.ioxml2json
lib.rsxml2json
version0.1.3
sourcesrc
created_at2022-06-24 07:40:32.443468
updated_at2022-06-24 08:01:57.366
descriptionCLI tool to convert XML into JSON
homepagehttps://www.github.com/janstarke/xml2json
repositoryhttps://www.github.com/janstarke/xml2json
max_upload_size
id612252
size57,272
Jan Starke (janstarke)

documentation

README

xml2json

CLI tool to convert XML into JSON

Installation

cargo install xml2json

Usage

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: -]
Commit count: 0

cargo fmt