Created
February 8, 2014 09:49
-
-
Save anonymous/8880596 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
[ | |
{ | |
"id": 1, | |
"isActive": true, | |
"categories": "bar", | |
"fname": "Milind", | |
"lname": "Darbonne", | |
"address": "2406 Amet Rd", | |
"email": "[email protected]", | |
"uname": "AMcinvale", | |
"dob": "1979-10-27T15:47:49.274Z" | |
}, | |
{ | |
"id": 2, | |
"isActive": false, | |
"categories": "foo", | |
"fname": "Toni", | |
"lname": "Monroe", | |
"address": "7379 Nunc Ct", | |
"email": "[email protected]", | |
"uname": "JPainter", | |
"dob": "1919-01-16T10:44:08.136Z" | |
}, | |
{ | |
"id": 3, | |
"isActive": false, | |
"categories": "bar", | |
"fname": "Anita", | |
"lname": "Weatherly", | |
"address": "934 Ac Rd", | |
"email": "[email protected]", | |
"uname": "KKieser", | |
"dob": "1996-10-08T06:45:10.782Z" | |
}, | |
{ | |
"id": 4, | |
"isActive": true, | |
"categories": "foo", | |
"fname": "Wesley", | |
"lname": "Glynn", | |
"address": "4635 Amet Dr", | |
"email": "[email protected]", | |
"uname": "GEmerson", | |
"dob": "1954-04-12T23:33:52.776Z" | |
}, | |
{ | |
"id": 5, | |
"isActive": true, | |
"categories": "foo", | |
"fname": "Annabelle", | |
"lname": "Lester", | |
"address": "1577 Vestibulum Ln", | |
"email": "[email protected]", | |
"uname": "GHencmann", | |
"dob": "1907-04-20T08:05:16.071Z" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment