@epollari Thanks a lot. Even though I am watching my own thread, I am not getting a notification on comments. Good that I checked :)
Can I ask you to also check my next issue?
So my web service returns a json like this:
{"queryCost":1,"latitude":47.4997,"longitude":19.0551,"resolvedAddress":"Budapest, Magyarország","address":"Budapest","timezone":"Europe/Budapest","tzoffset":2.0,"days":[{"tempmax":26.0,"tempmin":10.0,"precipprob":0.0,"conditions":"Clear","icon":"clear-day"}]}
0_1652649195130_5efdd892-0a56-4102-9a15-ab230a2c4b8c-image.png
So far I am just trying to get the various pieces out of this json, but you can see above how you get an element from an array. And finally it works :)