[dependencies.serde_json]
version = "1.0"
[lib]
name = "smooth_json"
path = "src/lib.rs"
[package]
authors = ["Jacob Latonis"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "smooth-json is an opinionated, customizable utility to flatten serde_json Value variants into serde_json Objects ready for use in columnar or table-like usages."
edition = "2021"
exclude = ["/.github", "tests", "src/bin"]
keywords = ["flatten", "json", "parquet", "smooth", "unnest"]
license = "MIT"
name = "smooth-json"
readme = "readme.md"
repository = "https://github.com/latonis/smooth-json"
version = "0.2.7"