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
JSON
stdin
stdout