View sourcecode

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

Leonid.json

34 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
{
    "Leonid": [
        {
            "account-type": "Personkonto",
            "account-name": "Spendera",
            "transactions": [
                -300,
                "2025\/10\/21",
                "Varsågod (överföring)",
                -700,
                "2025\/10\/21",
                "uttag",
                1000,
                "2025\/10\/21",
                "Konto Skapat - Välkomstbonus"
            ]
        },
        {
            "account-type": "Sparkonto",
            "account-name": "Buffert",
            "transactions": [
                300,
                "2025\/10\/21",
                "Varsågod (överföring)",
                600,
                "2025\/10\/21",
                "insättning",
                0,
                "2025\/10\/21",
                "Konto Skapat"
            ]
        }
    ]
}