rust-flatten-json

Crates.iorust-flatten-json
lib.rsrust-flatten-json
version0.2.0
sourcesrc
created_at2018-10-27 13:41:26.157513
updated_at2020-01-28 17:44:57.056158
descriptionTiny Rust library for flattening JSON and JSON type inference
homepage
repositoryhttps://github.com/durch/rust-flatten-json
max_upload_size
id92899
size18,535
Drazen Urch (durch)

documentation

https://durch.github.io/rust-flatten-json/

README

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

Commit count: 8

cargo fmt