mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-01 22:41:06 +00:00
README.md - fix link path
This commit is contained in:
parent
4a044ba250
commit
d0e572ff56
@ -15,9 +15,9 @@ Build from source instead of using pre-built binary, and if Rust is not installe
|
|||||||
## APIs
|
## APIs
|
||||||
|
|
||||||
* [jsonpath.Selector](#jsonpathselector)
|
* [jsonpath.Selector](#jsonpathselector)
|
||||||
* [jsonpath.select(json: string|object, jsonpath: string)](#json-stringobject-jsonpath-string)
|
* [jsonpath.select(json: string|object, jsonpath: string)](#jsonpathselectjson-stringobject-jsonpath-string)
|
||||||
* [jsonpath.compile(jsonpath: string)](#compilejsonpath-string)
|
* [jsonpath.compile(jsonpath: string)](#jsonpathcompilejsonpath-string)
|
||||||
* [jsonpath.selector(json: string|object)](#selectorjson-stringobject)
|
* [jsonpath.selector(json: string|object)](#jsonpathselectorjson-stringobject)
|
||||||
* [Other Examples](https://github.com/freestrings/jsonpath/wiki/Javascript-examples)
|
* [Other Examples](https://github.com/freestrings/jsonpath/wiki/Javascript-examples)
|
||||||
|
|
||||||
### jsonpath.Selector
|
### jsonpath.Selector
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "jsonpath-wasm"
|
name = "jsonpath-wasm"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
authors = ["Changseok Han <freestrings@gmail.com>"]
|
authors = ["Changseok Han <freestrings@gmail.com>"]
|
||||||
description = "It is Webassembly version of jsonpath_lib that is JsonPath engine written in Rust - Demo: https://freestrings.github.io/jsonpath"
|
description = "It is Webassembly version of jsonpath_lib that is JsonPath engine written in Rust - Demo: https://freestrings.github.io/jsonpath"
|
||||||
|
keywords = ["jsonpath", "json", "webassembly", "parsing", "rust"]
|
||||||
|
repository = "https://github.com/freestrings/jsonpath"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -7,9 +7,9 @@ It is Webassembly version of [jsonpath_lib](https://github.com/freestrings/jsonp
|
|||||||
## APIs
|
## APIs
|
||||||
|
|
||||||
* [jsonpath.Selector](#jsonpathselector)
|
* [jsonpath.Selector](#jsonpathselector)
|
||||||
* [jsonpath.select(json: string|object, jsonpath: string)](#json-stringobject-jsonpath-string)
|
* [jsonpath.select(json: string|object, jsonpath: string)](#jsonpathselectjson-stringobject-jsonpath-string)
|
||||||
* [jsonpath.compile(jsonpath: string)](#compilejsonpath-string)
|
* [jsonpath.compile(jsonpath: string)](#jsonpathcompilejsonpath-string)
|
||||||
* [jsonpath.selector(json: string|object)](#selectorjson-stringobject)
|
* [jsonpath.selector(json: string|object)](#jsonpathselectorjson-stringobject)
|
||||||
* [Other Examples](https://github.com/freestrings/jsonpath/wiki/Javascript-examples)
|
* [Other Examples](https://github.com/freestrings/jsonpath/wiki/Javascript-examples)
|
||||||
|
|
||||||
### jsonpath.Selector
|
### jsonpath.Selector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user