View sourcecode

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

johan.json

49 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
47
48
49
{
    "johan": [
        {
            "account-type": "Personkonto",
            "account-name": "Spendera",
            "transactions": [
                -1000,
                "2026\/01\/30",
                "insättning",
                -456,
                "2026\/01\/30",
                "insättning",
                250,
                "2026\/01\/30",
                "uttag",
                1000,
                "2026\/01\/30",
                "Konto Skapat - Välkomstbonus"
            ]
        },
        {
            "account-type": "Sparkonto",
            "account-name": "spar",
            "transactions": [
                -200,
                "2026\/01\/30",
                " (överföring)",
                0,
                "2026\/01\/30",
                "Konto Skapat"
            ]
        },
        {
            "account-type": "ISK",
            "account-name": "isk",
            "transactions": [
                200,
                "2026\/01\/30",
                " (överföring)",
                250,
                "2026\/01\/30",
                "insättning",
                0,
                "2026\/01\/30",
                "Konto Skapat"
            ]
        }
    ]
}