Created
September 16, 2017 08:55
-
-
Save Denniskamau/da4ed940d93fa78443ea396456c7c35d 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
{ | |
"david": { | |
"id":1, | |
"name":"David Ngugi", | |
"verified":1 | |
}, | |
"Victor": { | |
"id":2, | |
"name":"Victor Mwangi", | |
"verified":1 | |
}, | |
"daniel": { | |
"id":3, | |
"name":"Daniel Maina", | |
"verified":1 | |
}, | |
"kariuki": { | |
"id":5, | |
"name":"Victor Kariuki", | |
"verified":0 | |
}, | |
"solomon": { | |
"id":4, | |
"name":"Solomon Ndung'u", | |
"verified":0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment