Created
December 26, 2015 19:01
-
-
Save swbuehler/1b2a06fab030ec6e318d 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
{ | |
"Receipt": [{ | |
"Vendor":"USAA Insurance", | |
"SalesTax":0, | |
"Amount":172.41, | |
"Account":"Joint Checking", | |
"Date":"12/10/2015 10:32" | |
},{ | |
"Vendor":"Ally Financial", | |
"SalesTax":0, | |
"Amount":239.25, | |
"Account":"Joint Checking", | |
"Date":"12/10/2015 10:32" | |
},{ | |
"Vendor":"Capital One Auto Finance", | |
"SalesTax":0, | |
"Amount":169.99, | |
"Account":"Joint Checking", | |
"Date":"12/10/2015 10:32" | |
} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment