The following files exists in this folder. Click to view.
Corre3.json39 lines ASCII Unix (LF)
{
"accounts": [
{
"name": "Personal account",
"accountid": 1,
"active": true,
"transactions": [
"deposit",
"2025-12-13",
1000,
"transfer",
"2025-12-13",
-500,
"withdraw",
"2025-12-13",
-100,
"deposit",
"2025-12-13",
10000,
"deposit",
"2025-12-13",
1000000,
"withdraw",
"2025-12-13",
-1000000
]
},
{
"name": "Sparkonto",
"accountid": 2,
"active": true,
"transactions": [
"transfer",
"2025-12-13",
500
]
}
]
}