jsonbb 0.2.3

A binary representation of json value, optimized for parsing and querying.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.bytes]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simd-json]
optional = true
version = "0.13"

[dependencies.smallvec]
version = "1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.jsonb]
version = "0.3"

[dev-dependencies.simd-json]
version = "0.13"

[features]
float_roundtrip = ["serde_json/float_roundtrip"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding"]
description = "A binary representation of json value, optimized for parsing and querying."
edition = "2021"
keywords = ["json"]
license = "Apache-2.0"
name = "jsonbb"
readme = "README.md"
repository = "https://github.com/risingwavelabs/jsonbb"
version = "0.2.3"