Thank you for the help - much appreciated @dawkot I was close but just couldn’t figure it out...
In case anyone also else find this question, and wants the actual code to fix
my # STUCK HERE : how to you access the JOject values directly?? lines in my
original code - this now works:
doAssert jsonData["currently"]["summary"].getStr() == "Windy and Overcast"
doAssert jsonData["currently"]["measure"].getInt() == 1
Run
