View sourcecode

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

1.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
{
    "1": [
        {
            "account-type": "Personkonto",
            "account-name": "Spendera",
            "transactions": [
                12345,
                "2025\/11\/14",
                "insättning",
                -123,
                "2025\/11\/14",
                " (överföring)",
                -123,
                "2025\/11\/14",
                "uttag",
                1000,
                "2025\/11\/14",
                "Konto Skapat - Välkomstbonus"
            ]
        },
        {
            "account-type": "Personkonto",
            "account-name": "123",
            "transactions": [
                123,
                "2025\/11\/14",
                " (överföring)",
                0,
                "2025\/11\/14",
                "Konto Skapat"
            ]
        }
    ]
}