mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-16 07:20:51 +00:00
unpublish jsonpath-rs npm
This commit is contained in:
parent
0d53132b1c
commit
cab17872e6
@ -3,7 +3,6 @@
|
||||
[](https://travis-ci.org/freestrings/jsonpath)
|
||||

|
||||

|
||||

|
||||
|
||||
`Rust` 버전 [JsonPath](https://goessner.net/articles/JsonPath/) 구현이다. `Webassembly`와 `Javascript`에서도 역시 동일한 API 인터페이스를 제공 한다.
|
||||
|
||||
|
@ -1,20 +1,9 @@
|
||||
# jsonpath-rs
|
||||
|
||||
[](https://travis-ci.org/freestrings/jsonpath)
|
||||

|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user