View sourcecode

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

Leonid1.json

14 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "accounts": [
        {
            "name": "Personal account",
            "accountid": 1,
            "active": true,
            "transactions": [
                "deposit",
                "2025-10-22",
                1000
            ]
        }
    ]
}