Skip to content

Instantly share code, notes, and snippets.

@manojbecs
Last active December 28, 2015 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save manojbecs/7458963 to your computer and use it in GitHub Desktop.
Save manojbecs/7458963 to your computer and use it in GitHub Desktop.
{
"vacations" : [
"28-Nov-2013", "24-Dec-2013", "25-Dec-2013"
],
"override_days": [
"30-Nov-2013" : {
"sleep" : ["12:00", "17:00"],
"wake_up" : ["9:00", "13:00"]
},
"1-Dec-2013" : {
"sleep" : ["12:00", "17:00"],
"wake_up" : ["9:00", "13:00"]
}
],
"weekly":
{
"Monday": {
"wake_up": ["8:00", "13:00"],
"sleep":["12:00", "17:30"]
},
"Tuesday" : {
"wake_up": [],
"sleep":[]
},
"Wednesday" : {
"wake_up": ["8:00", "13:00", "16:30"],
"sleep":["12:00", "14:00", "18:30"]
},
"Thursday": {
"wake_up": ["8:00", "13:00"],
"sleep":["12:00", "17:30"]
},
"Friday" : {
"wake_up": ["8:00", "13:00"],
"sleep":["12:00", "17:30"]
},
"Saturday" : {
"wake_up": [],
"sleep":[]
},
"Sunday" :{
"wake_up": [],
"sleep":[]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment