mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-16 07:20:51 +00:00
README.md - npm downloads badge 추가
This commit is contained in:
parent
3e3d9e8770
commit
1b71acee4b
@ -2,7 +2,8 @@
|
||||
|
||||
[](https://travis-ci.org/freestrings/jsonpath)
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
`Rust` 버전 [JsonPath](https://goessner.net/articles/JsonPath/) 구현이다. `Webassembly`와 `Javascript`에서도 역시 동일한 API 인터페이스를 제공 한다.
|
||||
|
||||
@ -59,7 +60,6 @@ const jsonpath = require('jsonpath-wasm');
|
||||
|
||||
`jsonpath-rs` is native addon for NodeJs
|
||||
|
||||
*(not yet published `jsonpath-rs`)*
|
||||
```javascript
|
||||
const jsonpath = require('jsonpath-rs');
|
||||
```
|
||||
|
@ -1,6 +1,7 @@
|
||||
# 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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user