Skip to content

Instantly share code, notes, and snippets.

@jonathanslenders
Created March 16, 2017 20:13
Show Gist options
  • Select an option

  • Save jonathanslenders/c4cc549ec13f0ff871d4d0f36691c1fd to your computer and use it in GitHub Desktop.

Select an option

Save jonathanslenders/c4cc549ec13f0ff871d4d0f36691c1fd to your computer and use it in GitHub Desktop.
Weather
{
"monday": {
"temperature_high": 67,
"temperature_low": 61,
"humidity": 79,
"description": "beautiful",
"wind": 17
},
"tuesday": {
"temperature_high": 63,
"temperature_low": 60,
"humidity": 79,
"wind": 10
},
"wednesday": {
"temperature_high": 64,
"temperature_low": 50,
"humidity": 80,
"wind": 4
},
"thursday": {
"temperature_high": 74,
"temperature_low": 55,
"humidity": 70,
"wind": 4
},
"friday": {
"temperature_high": 69,
"temperature_low": 51,
"humidity": 79,
"wind": 20
}
}
{
"monday": {
"temperature_high": 67,
"temperature_low": 61,
"humidity": 79,
"description": "beautiful",
"wind": 17
},
"tuesday": {
"temperature_high": 63,
"temperature_low": 60,
"humidity": 79,
"wind": 10
},
"wednesday": {
"temperature_high": 64,
"temperature_low": 50,
"humidity": 80,
"wind": 4
},
"thursday": {
"temperature_high": 74,
"temperature_low": 55,
"humidity": 70,
"wind": 4
},
"friday": {
"temperature_high": 69,
"temperature_low": 51,
"humidity": 79,
"wind": 20
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment