Skip to content

Instantly share code, notes, and snippets.

@vimalvnair
Last active December 29, 2015 02:29
Show Gist options
  • Save vimalvnair/7600462 to your computer and use it in GitHub Desktop.
Save vimalvnair/7600462 to your computer and use it in GitHub Desktop.
{
"Monday": {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Tuesday": {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Wednesday" : {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Thursday": {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Friday" : {
"wake_up": ["01:04"],
"sleep":["17:00"]
},
"Saturday" : {
"wake_up": [],
"sleep":[]
},
"Sunday" :{
"wake_up": [],
"sleep":[]
},
"vacations": ["29-Nov-2013", "25-Dec-2013"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment