Skip to content

Instantly share code, notes, and snippets.

@OscarSwanros
Created July 17, 2014 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OscarSwanros/8e428dc6c35ec71a91be to your computer and use it in GitHub Desktop.
Save OscarSwanros/8e428dc6c35ec71a91be to your computer and use it in GitHub Desktop.
Mock Server JSON Response
{
clients: [
{
id: 1,
name: "Oscar Swanros",
email: "mail@example.com",
company: "Pacific3",
event_number: 0,
created_at: "2014-07-16T15:35:14.646Z"
},
{
id: 2,
name: "Nancy Silva",
email: "nancy@example.com",
company: "Pacific3",
event_number: 0,
created_at: "2014-07-16T15:35:40.006Z"
},
{
id: 3,
name: "Mike Hart",
email: "mike@facebook.com",
company: "Facebook",
event_number: 0,
created_at: "2014-07-16T15:36:03.795Z"
},
{
id: 4,
name: "Jeff Sandberg",
email: "jeff@tslb.com",
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