rust-flatten-json 0.1.0

Tiny Rust library for flattening JSON and JSON type inference
Documentation
[dependencies.error-chain]
version = "^0.12"

[dependencies.log]
version = "^0.4"

[dependencies.serde_json]
version = "^1.0"

[lib]
name = "flatten_json"
path = "src/lib.rs"

[package]
authors = ["Drazen Urch <drazen@urch.eu>"]
description = "Tiny Rust library for flattening JSON and JSON type inference"
documentation = "https://durch.github.io/rust-flatten-json/"
keywords = ["json"]
license = "MIT"
name = "rust-flatten-json"
readme = "README.md"
repository = "https://github.com/durch/rust-flatten-json"
version = "0.1.0"