Sample format:

{                  	
    "campingreport": [
        {
            "campsite": "Coldspring",
            "monday": {
            	"temp_low": 328.15,
            	"wind_velocity": 2,
                "wind_direction": 175,
                "temp_high": 348.15,
                "rain_chance": 15,
                "recommendation": "Go camping!"
            },
            "tuesday": {
            	"temp_low": 338.15,
            	"wind_velocity": 4,
                "wind_direction": 175,
                "temp_high": 358.15,
                "rain_chance": 25,
                "recommendation": "Camping conditions okay, not great."
            },
            "wednesday": {
            	"temp_low": 341.15,
            	"wind_velocity": 15,
                "wind_direction": 316,
                "temp_high": 351.15,
                "rain_chance": 85,
                "recommendation": "No camping today; find some other activity."
            },
        }
    ]
}