Json – Jmespath to get key and value only for specific key names
I have a Json file with multiple measurements, I want to get only "wind_speed_avg" values, if there is a value then get also the "ts" value and add the lsid but it is not in the same path. The JSON…