Crates.io | rust-flatten-json |
lib.rs | rust-flatten-json |
version | 0.2.0 |
source | src |
created_at | 2018-10-27 13:41:26.157513 |
updated_at | 2020-01-28 17:44:57.056158 |
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