Created
July 17, 2014 20:30
-
-
Save OscarSwanros/8e428dc6c35ec71a91be to your computer and use it in GitHub Desktop.
Mock Server JSON Response
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
{ | |
clients: [ | |
{ | |
id: 1, | |
name: "Oscar Swanros", | |
email: "[email protected]", | |
company: "Pacific3", | |
event_number: 0, | |
created_at: "2014-07-16T15:35:14.646Z" | |
}, | |
{ | |
id: 2, | |
name: "Nancy Silva", | |
email: "[email protected]", | |
company: "Pacific3", | |
event_number: 0, | |
created_at: "2014-07-16T15:35:40.006Z" | |
}, | |
{ | |
id: 3, | |
name: "Mike Hart", | |
email: "[email protected]", | |
company: "Facebook", | |
event_number: 0, | |
created_at: "2014-07-16T15:36:03.795Z" | |
}, | |
{ | |
id: 4, | |
name: "Jeff Sandberg", | |
email: "[email protected]", | |
company: "TSLB", | |
event_number: 0, | |
created_at: "2014-07-16T15:36:32.776Z" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment