8个版本
0.3.2 | 2020年9月23日 |
---|---|
0.3.1 | 2020年5月29日 |
0.2.7 | 2020年5月27日 |
0.1.6 | 2020年5月27日 |
#51 in #convert-json
每月下载量 108次
9KB
194 行
tojson
在yaml, toml和json之间进行转换
安装
MacOS
brew install meain/meain/tojson
Cargo
cargo install tojson
源代码
git clone [email protected]:meain/tojson.git
cd tojson && cargo install --force --path .
用法
USAGE:
tojson [FLAGS] [OPTIONS] [filename]
FLAGS:
-h, --help Prints help information
-p, --pretty
-V, --version Prints version information
OPTIONS:
-f, --from <from> [default: auto] [possible values: auto, yaml, toml, json]
-t, --to <to> [default: json] [possible values: json, yaml, toml]
ARGS:
<filename>
示例用例
tojson Cargo.toml | jq -r '.package.version'
依赖项
~5.5MB
~101K SLoC