Hello again,
i have tested weather data but i have a question…
{
"weather":[
{"id":500,"main":"Rain","description":"light rain","icon":"10d"},
{"id":200,"main":"Thunderstorm","description":"thunderstorm with light rain","icon":"11d"}
],
"main":{"temp":8.75,"feels_like":5.95,"temp_min":6.67,"temp_max":11,"pressure":1012,"humidity":100}
}
with the following json file everything works fine when i put in temperature attribute the VALUE FILTERS as the following
[
{
“path”: “$.main.temp”,
“type”: “jsonPath”,
“returnLast”: false,
“returnFirst”: true
}
]
what must i put in attribute VALUE FILTERS when i want to get back the conditions …
something like Rain and Thunderstorm …
What i must put when in json file is an array with multiple values??
Best Regards
Panos