Skip to content

Commit

Permalink
Fix dead link / org.openhab.transform.jsonpath (#17691)
Browse files Browse the repository at this point in the history
Replace https://jsonpath.herokuapp.com/ (dead link) with https://jsonpath.fly.dev/

Signed-off-by: cyr1l0u <[email protected]>
  • Loading branch information
cyr1l0u authored Nov 3, 2024
1 parent 566171e commit 631199a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.transform.jsonpath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 631199a

Please sign in to comment.