body into variable

Is there a way to fetch the body of a http request into a variable via lua?
I want to get the windspeed out of darksky.

Thanks in advance,
Herman

The SiteSensor plugin will parse the JSON response directly if you don’t want to do the work yourself (as response.currently.windSpeed)