mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-15 09:01:28 +00:00
README.md - fix link path
This commit is contained in:
@ -15,9 +15,9 @@ Build from source instead of using pre-built binary, and if Rust is not installe
|
||||
## APIs
|
||||
|
||||
* [jsonpath.Selector](#jsonpathselector)
|
||||
* [jsonpath.select(json: string|object, jsonpath: string)](#json-stringobject-jsonpath-string)
|
||||
* [jsonpath.compile(jsonpath: string)](#compilejsonpath-string)
|
||||
* [jsonpath.selector(json: string|object)](#selectorjson-stringobject)
|
||||
* [jsonpath.select(json: string|object, jsonpath: string)](#jsonpathselectjson-stringobject-jsonpath-string)
|
||||
* [jsonpath.compile(jsonpath: string)](#jsonpathcompilejsonpath-string)
|
||||
* [jsonpath.selector(json: string|object)](#jsonpathselectorjson-stringobject)
|
||||
* [Other Examples](https://github.com/freestrings/jsonpath/wiki/Javascript-examples)
|
||||
|
||||
### jsonpath.Selector
|
||||
|
Reference in New Issue
Block a user