Created
January 22, 2015 19:28
-
-
Save demoore/4132f8b4438059671e9b 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
{ | |
"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