skip to Main Content

JSON to Codable in Swift

I'm struggling cause I don't know how to consume this JSON because in the "weather" part of the JSON it receives [0] as key-value and I don't know how to declare it { "coord": { "lon": -35.7353, "lat": -9.6658 },…

VIEW QUESTION
Back To Top
Search