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