MIT licensed

rust-flatten-json [[docs](https://durch.github.io/rust-flatten-json/)]

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