Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created September 17, 2016 03:42
Show Gist options
  • Save j796160836/3a19f45dc8fa2eb7d75a71312dbac22a to your computer and use it in GitHub Desktop.
Save j796160836/3a19f45dc8fa2eb7d75a71312dbac22a to your computer and use it in GitHub Desktop.
{
"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
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment