jsonpath_lib 0.2.4

It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath
Documentation
[badges.travis-ci]
branch = "master"
repository = "freestrings/jsonpath"
[dependencies.array_tool]
version = "1.0.3"

[dependencies.env_logger]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

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

[package]
authors = ["Changseok Han <freestrings@gmail.com>"]
categories = ["parsing"]
description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath"
documentation = "https://docs.rs/jsonpath_lib/0.2.4/jsonpath_lib"
keywords = ["jsonpath", "json", "webassembly", "nodejs", "query"]
license = "MIT"
name = "jsonpath_lib"
readme = "README.md"
repository = "https://github.com/freestrings/jsonpath"
version = "0.2.4"
[profile.release]