codice:
json = new WebClient().DownloadString("https://samples.openweathermap.org/data/2.5/forecast?id=524901&appid=mioAppID");
Main main = JsonConvert.DeserializeObject<Main>(json);