View sourcecode

The following files exists in this folder. Click to view.

Kalle.json

46 lines UTF-8 Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "Kalle": [
        {
            "account-type": "Personkonto",
            "account-name": "Spendera",
            "transactions": [
                -300,
                "2025\/10\/19",
                "Spara till fet kaviartub (överföring)",
                100,
                "2025\/10\/19",
                "insättning",
                1000,
                "2025\/10\/19",
                "Konto Skapat - Välkomstbonus"
            ]
        },
        {
            "account-type": "Sparkonto",
            "account-name": "Kaviar",
            "transactions": [
                -100,
                "2025\/10\/19",
                "investera i kaviar (överföring)",
                300,
                "2025\/10\/19",
                "Spara till fet kaviartub (överföring)",
                0,
                "2025\/10\/19",
                "Konto Skapat"
            ]
        },
        {
            "account-type": "ISK",
            "account-name": "Big Buck$",
            "transactions": [
                100,
                "2025\/10\/19",
                "investera i kaviar (överföring)",
                0,
                "2025\/10\/19",
                "Konto Skapat"
            ]
        }
    ]
}