| Crates.io | rust-flatten-json |
| lib.rs | rust-flatten-json |
| version | 0.2.0 |
| created_at | 2018-10-27 13:41:26.157513+00 |
| updated_at | 2020-01-28 17:44:57.056158+00 |
| description | Tiny Rust library for flattening JSON and JSON type inference |
| homepage | |
| repository | https://github.com/durch/rust-flatten-json |
| max_upload_size | |
| id | 92899 |
| size | 18,535 |
Tiny Rust library for flattening JSON and infering JSON types
In your Cargo.toml
[dependencies]
rust-flatten-json = "0.1.0"
Read JSON from stdin and output flat JSON to stdout -> bin/from_stdin.rs