Skip to content

Instantly share code, notes, and snippets.

@Denniskamau
Created September 16, 2017 08:53
Show Gist options
  • Save Denniskamau/fd1aa62c773f028707d29a57dd671296 to your computer and use it in GitHub Desktop.
Save Denniskamau/fd1aa62c773f028707d29a57dd671296 to your computer and use it in GitHub Desktop.
{
"kariuki": {
"home": [
"Buy milk",
"Look for pest control service",
"Get a new carpet"
],
"work": [
"Complete the blogpost",
"Create presentation for meeting"
]
},
"david": {
"home": [
"Eat",
"Finish up eating",
"Get a car"
],
"work": [
"Complete the blogpost",
"Create presentation for meeting"
]
},
"solomon": {
"school": [
"Complete homework",
"Prepare for test"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment