unpublish jsonpath-rs npm

This commit is contained in:
freestrings
2019-03-28 10:19:38 +09:00
parent 0d53132b1c
commit cab17872e6
2 changed files with 0 additions and 12 deletions

View File

@ -1,20 +1,9 @@
# jsonpath-rs
[![Build Status](https://travis-ci.org/freestrings/jsonpath.svg?branch=master)](https://travis-ci.org/freestrings/jsonpath)
![npm](https://img.shields.io/npm/dt/jsonpath-rs.svg?label=%60jsonpath-rs%60%20npm%20downloads)
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)