jsonpath_lib 0.1.9

JsonPath in Rust and Webassembly - Webassembly Demo: https://freestrings.github.io/jsonpath
Documentation
{
  "name": "jsonpath-rs",
  "version": "0.1.6",
  "description": "It is JsonPath implementation. The core implementation is written in Rust",
  "author": "Changseok Han <freestrings@gmail.com>",
  "license": "MIT",
  "keywords": [
    "jsonpath",
    "rust-binding",
    "rust",
    "rustlang",
    "json"
  ],
  "main": "lib/index.js",
  "dependencies": {
    "neon-cli": "^0.2.0"
  },
  "scripts": {
    "install": "./build.sh",
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "^6.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/freestrings/jsonpath.git"
  }
}