View sourcecode

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

johan4.json

23 lines ASCII 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
{
    "accounts": [
        {
            "name": "Personal account",
            "accountid": 1,
            "active": true,
            "transactions": [
                "deposit",
                "2026-01-16",
                1000,
                "withdraw",
                "2026-01-16",
                -222
            ]
        },
        {
            "name": "andra",
            "accountid": 2,
            "active": true,
            "transactions": []
        }
    ]
}