Created
October 5, 2016 17:35
-
-
Save diogonicoleti/84a80e76ffa1b9df30a74e59b8d95fe8 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
{ | |
"savingAccountData": [ | |
{ | |
"name": "Poupança Gold", | |
"balance": 15643.65, | |
"transactions": [ | |
{ | |
"description": "Saldo Anterior", | |
"value": 2325.06, | |
"date": "01/08/2016" | |
}, | |
{ | |
"description": "Saque no TAA", | |
"value": -450.0, | |
"date": "04/08/2016" | |
}, | |
{ | |
"description": "Depósito", | |
"addlInf": "09/08 12:23 NUCLEO BANDEIRANTE DF", | |
"value": 150.0, | |
"date": "09/08/2016" | |
} | |
] | |
}, { | |
"name": "Poupança Ouro", | |
"balance": 123.12, | |
"transactions": [ | |
{ | |
"description": "Depósito", | |
"value": 2325.06, | |
"date": "01/08/2016" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment