[iOS 강좌] 오픈API 이용한 날씨 APP 만들기 - 6. 모델 객체
날씨 API 호출된 모델 객체를 생성합니다. { "dt": 1532314800, "main": { "temp": 308.77, "temp_min": 305.287, "temp_max": 308.77, "pressure": 1002.18, "sea_level": 1023.05, "grnd_level": 1002.18, "humidity": 67, "temp_kf": 3.48 }, "weather": [ { "id": 801, "main": "Clouds", "description": "few clouds", "icon": "02d" } ], "clouds": { "all": 20 }, "wind": { "speed": 1.47, "deg": 229.003 }, "sys": { "pod": "d" }, "d..