openhab-docs/_transformations/jsonpath
Kai Kreuzer c0efe6050b updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-03-17 19:56:07 +01:00
..
readme.md updated generated content 2017-03-17 19:56:07 +01:00

readme.md

id label title type description since install
jsonpath JsonPath JsonPath - Transformations transform Extract an element of a JSON string using a [JsonPath expression](https://github.com/jayway/JsonPath#jayway-jsonpath). 2x auto

{% include base.html %}

JsonPath Transformation Service

Extract an element of a JSON string using a JsonPath expression.

Return null if the JsonPath expression could not be found.

Example

Given the JsonPath expression $.device.status.temperature:

input output
{ "device": { "status": { "temperature": 23.2 }}} 23.2

Testing Tools