jsonpath_lib 0.2.3

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
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "jsonpath-wasm-nodejs-example",
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "jsonpath-wasm": {
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/jsonpath-wasm/-/jsonpath-wasm-0.2.2.tgz",
      "integrity": "sha512-ftbf9nRLfHPf6RPBGCGvy27Cfh8DNU0Y446cT7znGf2UjbvFBE0Jwp2cwRGPvLBwIcD93BSp2o2BPq8cN7WLQw=="
    }
  }
}