smooth-json 0.1.0

Flatten serde_json Value variants into serde_json Objects ready for use in columnar or table like usages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.serde_json]
version = "1.0.114"

[package]
authors = ["Jacob Latonis"]
categories = ["data-structures"]
description = "Flatten serde_json Value variants into serde_json Objects ready for use in columnar or table like usages."
edition = "2021"
keywords = ["flatten", "json", "parquet", "smooth", "unnest"]
license = "MIT"
name = "smooth-json"
readme = "readme.md"
repository = "https://github.com/latonis/smooth-json"
version = "0.1.0"