4 个版本
0.1.3 | 2022年6月24日 |
---|---|
0.1.2 | 2022年6月24日 |
0.1.1 | 2022年6月24日 |
0.1.0 | 2022年6月24日 |
296 在 #xml
20KB
174 代码行
xml2json
将 XML 转换为 JSON 的 CLI 工具
安装
cargo install xml2json
用法
xml2json 0.1.0
Jan Starke <[email protected]>
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: -]
依赖
~5–14MB
~158K SLoC