durch / rust-flatten-json

Simple Rust lib for flattening nested JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Rust lib for flattening nested JSON

License:MIT License


Languages

Language:Rust 100.0%