jsonpath-rust 0.1.3

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

[dependencies]
serde_json = "1.0"
regex = "1"
pest = "2.0"
pest_derive = "2.0"

[dev-dependencies]
lazy_static = "1.0"