jsonpath-rust 0.5.1

The library provides the basic functionality to find the set of the data according to the filtering query.
Documentation
[[bench]]
harness = false
name = "regex_bench"
[dependencies.lazy_static]
version = "1.4"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.pest]
version = "2.0"

[dependencies.pest_derive]
version = "2.0"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.50"
[dev-dependencies.criterion]
version = "0.5.1"

[package]
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
categories = ["development-tools", "parsing", "text-processing"]
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
edition = "2018"
homepage = "https://github.com/besok/jsonpath-rust"
keywords = ["json", "json-path", "jsonpath", "jsonpath-rust", "xpath"]
license-file = "LICENSE"
name = "jsonpath-rust"
readme = "README.md"
repository = "https://github.com/besok/jsonpath-rust"
version = "0.5.1"