Skip to content

Instantly share code, notes, and snippets.

@robynitp
Last active August 29, 2015 13:58
Show Gist options
  • Save robynitp/10153952 to your computer and use it in GitHub Desktop.
Save robynitp/10153952 to your computer and use it in GitHub Desktop.
Example JSON text
{
"coord": {
"lon": -76.61,
"lat": 39.29
},
"sys": {
"message": 0.0441,
"country": "United States of America",
"sunrise": 1396953525,
"sunset": 1397000248
},
"weather": [
{
"id": 500,
"main": "Rain",
"description": "light rain",
"icon": "10d"
}
],
"base": "cmc stations",
"main": {
"temp": 59.99,
"humidity": 58,
"pressure": 999,
"temp_min": 57,
"temp_max": 62.6
},
"wind": {
"speed": 3.33,
"gust": 7.2,
"deg": 269
},
"rain": {
"1h": 0.25
},
"clouds": {
"all": 12
},
"dt": 1396974326,
"id": 4347778,
"name": "Baltimore",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment