使用旧版Rust 2015
0.2.0
| 2020年1月28日 |
0.1.0
| 2018年10月27日 |
#4 in #flattening
156 每月下载量
用于 json2csv

rust-flatten-json [文档]
轻量级Rust库,用于扁平化JSON和推断JSON类型
用法
在你的Cargo.toml中
[dependencies]
rust-flatten-json = "0.1.0"
示例
从 stdin
读取 JSON
并输出到 stdout
-> bin/from_stdin.rs