matchjson 0.0.0-a.1

Pattern matching on `serde_json::Value`
Documentation
[dependencies.ghost]
version = "0.1.19"

[dependencies.phf]
features = ["macros"]
version = "0.11.3"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[[example]]
name = "example"
path = "examples/example.rs"

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

[package]
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pattern matching on `serde_json::Value`"
documentation = "https://docs.rs/matchjson"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "matchjson"
publish = true
readme = false
repository = "https://github.com/parrrate/matchjson"
rust-version = "1.87"
version = "0.0.0-a.1"