json_scanner 0.1.0

A simple JSON parser that reports positions
Documentation
[[bench]]
harness = false
name = "large_tree"
path = "benches/large_tree.rs"

[dependencies.memchr]
version = "2.7.6"

[dev-dependencies.divan]
version = "0.1.21"

[dev-dependencies.libtest-mimic]
version = "0.8.1"

[dev-dependencies.saphyr]
version = "0.0.6"

[dev-dependencies.serde_json]
version = "1.0.145"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple JSON parser that reports positions"
documentation = "https://docs.rs/json_scanner"
edition = "2024"
license = "MIT"
name = "json_scanner"
readme = "README.md"
repository = "https://github.com/nickel-lang/json_scanner"
version = "0.1.0"

[[test]]
harness = false
name = "inputs"
path = "tests/inputs.rs"