Created
September 16, 2017 08:53
-
-
Save Denniskamau/fd1aa62c773f028707d29a57dd671296 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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