[[bin]]
name = "json_walk"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.regex]
version = "1.12.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[lib]
name = "json_walk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "data-structures", "development-tools::testing"]
description = 'Access values in your JSON data using string paths (e.g. "result.item[0].value").'
documentation = "https://docs.rs/json_walk"
edition = "2024"
homepage = "https://github.com/j-p-d-e-v/json-walk"
keywords = ["json", "path", "accessor", "traversal", "javascript"]
license = "MIT"
name = "json_walk"
readme = "README.md"
repository = "https://github.com/j-p-d-e-v/json-walk"
version = "0.1.0"