데이터 구조 예시.(이 중에서 필요한 데이터만 불러들여오면 된다.) { "coord": { "lon": 126.9778, "lat": 37.5683 }, "weather": [ { "id": 800, "main": "Clear", "description": "clear sky", "icon": "01d" } ], "base": "stations", "main": { "temp": 269.34, "feels_like": 264.09, "temp_min": 268.84, "temp_max": 270.81, "pressure": 1030, "humidity": 33 }, "visibility": 10000, "wind": { "speed": 4.12, "deg": 330 }, "clouds": { "all":..