2 unstable releases
Uses old Rust 2015
0.2.0 | Jan 28, 2020 |
---|---|
0.1.0 | Oct 27, 2018 |
#4 in #flattening
156 downloads per month
Used in json2csv
12KB
222 lines
rust-flatten-json [docs]
Tiny Rust library for flattening JSON and infering JSON types
Usage
In your Cargo.toml
[dependencies]
rust-flatten-json = "0.1.0"
Example
Read JSON
from stdin
and output flat JSON
to stdout
-> bin/from_stdin.rs
Dependencies
~3–4.5MB
~92K SLoC