Weather API
Weather forecast response
JSON
{
"location": "New York",
"temperature": {
"value": 72,
"unit": "F"
},
"conditions": "Partly Cloudy",
"forecast": [
{
"day": "Mon",
"high": 75,
"low": 60
},
{
"day": "Tue",
"high": 78,
"low": 62
}
]
}Stats
- Key count: 12
- Nesting depth: 3
- Size: 218 bytes