serde_json_bytes 0.1.2

a JSON Value object with strings backed by Bytes, parsed by serde_json
Documentation
[dependencies.bytes]
version = "1.1.0"

[dependencies.indexmap]
optional = true
version = "1.5"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.100"

[dependencies.serde_json]
version = "1.0.73"

[features]
alloc = ["serde/alloc"]
arbitrary_precision = []
default = ["std"]
float_roundtrip = []
preserve_order = ["indexmap"]
raw_value = []
std = ["serde/std"]
unbounded_depth = []

[package]
authors = ["Geoffroy Couprie <geoffroy@apollographql.com>"]
categories = ["parsing"]
description = "a JSON Value object with strings backed by Bytes, parsed by serde_json"
edition = "2021"
keywords = ["json", "parser", "bytes"]
license = "MIT OR Apache-2.0"
name = "serde_json_bytes"
repository = "https://github.com/apollographql/serde_json_bytes"
resolver = "2"
version = "0.1.2"