Skip to content

Instantly share code, notes, and snippets.

@demoore
Created January 22, 2015 19:28
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 demoore/4132f8b4438059671e9b to your computer and use it in GitHub Desktop.
Save demoore/4132f8b4438059671e9b to your computer and use it in GitHub Desktop.
{
"totaltransactions": 5,
"newcustomers": 1,
"customers": [
"doomsday": {
"transactionsthisweek": 1,
"customerID": "doomsday",
"previoustransactions": 2
},
"bane": {
"transactionsthisweek": 1,
"customerID": "bane",
"previoustransactions": 1
},
"kraven": {
"transactionsthisweek": 3,
"customerID": "kraven",
"previoustransactions": 0
}
],
"returningcustomers": 2,
"date": "January 19, 2015"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment