fix npm install

This commit is contained in:
freestrings
2019-03-27 22:09:20 +09:00
parent 1b71acee4b
commit 0d53132b1c
6 changed files with 182 additions and 477 deletions

View File

@ -5,6 +5,16 @@
It is [JsonPath](https://goessner.net/articles/JsonPath/) implementation. The core implementation is written in Rust-lang.
## Install
```bash
# package.json
"dependencies": {
"node-pre-gyp": "0.12.0",
"jsonpath-rs": "0.1"
}
```
## 목차
* [jsonpath.select(json: string|object, jsonpath: string)](#json-stringobject-jsonpath-string)