1234567891011121314151617181920 |
- {
- "location": "Toronto, Canada",
- "three_day_forecast": [
- {
- "conditions": "Partly cloudy",
- "day" : "Monday",
- "temperature": 20
- },
- {
- "conditions": "Showers",
- "day" : "Tuesday",
- "temperature": 22
- },
- {
- "conditions": "Sunny",
- "day" : "Wednesday",
- "temperature": 28
- }
- ]
- }
|