mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Fix dead link / org.openhab.transform.jsonpath (#17691)
Replace https://jsonpath.herokuapp.com/ (dead link) with https://jsonpath.fly.dev/ Signed-off-by: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
d6f6a66a44
commit
fce9509a99
@ -64,4 +64,4 @@ This profile is a one-way transformation; only values from a device toward the i
|
||||
## Further Reading
|
||||
|
||||
- An extended [introduction](https://www.w3schools.com/js/js_json_intro.asp) can be found at W3School.
|
||||
- As JsonPath transformation is based on [Jayway](https://github.com/json-path/JsonPath), using an [online validator](https://jsonpath.herokuapp.com/) which also uses Jayway will give the most similar results.
|
||||
- As JsonPath transformation is based on [Jayway](https://github.com/json-path/JsonPath), using an [online validator](https://jsonpath.fly.dev/) which also uses Jayway will give the most similar results.
|
||||
|
Loading…
Reference in New Issue
Block a user