Cannot parse nested json file
Trying to parse nested json that contains a element named 'weather'. I run into errors with in the line: try decoder.decode(WeatherClass.Top.self, it errors out. However if I remove the weather element from struct definition then it works. Don't know how…