Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.03 KB

File metadata and controls

22 lines (15 loc) · 1.03 KB

MIT licensed

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