Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diogonicoleti/84a80e76ffa1b9df30a74e59b8d95fe8 to your computer and use it in GitHub Desktop.
Save diogonicoleti/84a80e76ffa1b9df30a74e59b8d95fe8 to your computer and use it in GitHub Desktop.
{
"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