[dependencies.decoded-char]
version = "0.1"
[dependencies.hashbrown]
features = ["raw"]
version = "0.12.1"
[dependencies.indexmap]
version = "1.9.1"
[dependencies.json-number]
features = ["smallnumberbuf"]
version = "0.3.1"
[dependencies.locspan]
version = "0.7.3"
[dependencies.locspan-derive]
version = "0.5.1"
[dependencies.smallstr]
version = "0.3"
[dependencies.smallvec]
version = "1.9"
[package]
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
categories = ["parsing", "data-structures"]
description = "Strict JSON parsing and mapping library"
documentation = "https://docs.rs/json-syntax"
edition = "2021"
keywords = ["parsing", "json", "rfc", "mapping"]
license = "MIT/Apache-2.0"
name = "json-syntax"
readme = "README.md"
repository = "https://github.com/timothee-haudebourg/json-syntax"
resolver = "2"
version = "0.6.6"