serde_json_diagnostics 0.1.0

Enhanced deserialization error diagnostics for serde_json with accurate JSON path tracking
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Enhanced deserialization error diagnostics for serde_json with accurate JSON path tracking"
documentation = "https://docs.rs/serde_json_diagnostics"
edition = "2024"
keywords = ["serde", "json", "diagnostics", "error", "path"]
license = "MIT"
name = "serde_json_diagnostics"
readme = "README.md"
repository = "https://github.com/pyk/serde-json-diagnostics"
version = "0.1.0"