json_path 0.1.1

A rust implementation of JsonPath
Documentation
[dependencies.serde_json]
version = "1.0"

[lib]
crate-type = ["cdylib", "rlib"]
name = "json_path"
path = "src/lib.rs"

[package]
authors = ["Xiaoguang Zhang <zhxiaog@outlook.com>"]
description = "A rust implementation of JsonPath"
documentation = "https://docs.rs/json_path"
edition = "2021"
exclude = [".*"]
keywords = ["jsonpath", "json"]
license = "MIT OR Apache-2.0"
name = "json_path"
readme = "README.md"
repository = "https://github.com/zhxiaogg/jsonpath-rs"
version = "0.1.1"