mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-23 12:51:39 +00:00
jsonpath-rs 배포코드 및 방법 수정
This commit is contained in:
@ -2,7 +2,15 @@
|
||||
|
||||
[](https://travis-ci.org/freestrings/jsonpath)
|
||||
|
||||
It is [JsonPath](https://goessner.net/articles/JsonPath/) implementation. The core implementation is written in Rust-lang.
|
||||
It is [JsonPath](https://goessner.net/articles/JsonPath/) implementation. The core implementation is written in Rust.
|
||||
|
||||
## Notice
|
||||
|
||||
Pre-built 바이너리는 제공하진 않고 소스를 컴파일해서 설치한다. 만약 Rust가 설치되지 않았다면 자동으로 설치된다.
|
||||
|
||||
Build from source instead of using pre-built binary, and if Rust is not installed, the latest version is automatically installed.
|
||||
|
||||
> Not yet tested in Windows
|
||||
|
||||
## 목차
|
||||
|
||||
|
Reference in New Issue
Block a user