Skip to content

Instantly share code, notes, and snippets.

@manojbecs
Created November 14, 2013 00:37
Show Gist options
  • Save manojbecs/7459217 to your computer and use it in GitHub Desktop.
Save manojbecs/7459217 to your computer and use it in GitHub Desktop.
{
"Monday": {
"wake_up": ["7:00"],
"sleep":["19:00"]
},
"Tuesday" : {
"wake_up": ["7:00"],
"sleep":["19:00"]
},
"Wednesday" : {
"wake_up": ["7:00"],
"sleep":["19:00"]
},
"Thursday": {
"wake_up": ["7:00"],
"sleep":["19:00"]
},
"Friday" : {
"wake_up": ["7:00"],
"sleep":["19:00"]
},
"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