3个版本
0.1.2 | 2019年1月28日 |
---|---|
0.1.1 | 2018年10月2日 |
0.1.0 | 2018年10月2日 |
#17 在 #json5
每月30次 下载
3KB
读取stdin上的JSON5,写入stdout上的普通JSON。是json5-rs和Serde JSON的简单包装。
$ cargo install json5-to-json
$ echo "{ hello: 'world' }" | json5-to-json
{"hello":"world"}
依赖项
约2.5–3.5MB
约73K SLoC