aboutsummaryrefslogtreecommitdiff
path: root/sample/simpleBudget.json
blob: 4d52700ec71b39794784a699aa7de04fba0e5efc (plain)
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
{
  "bills": [
    {
      "name": "An Act to Construct the Great Wall of Malodivo",
      "ministry": "Defense",
      "amount": 300
    },
    {
      "name": "An Act to Construct Shelters for the Homeless",
      "ministry": "Welfare",
      "amount": 400
    }
  ],
  "districts": [
    {
      "name": "Palolene",
      "amount": 200
    },
    {
      "name": "SouthernPalolene",
      "amount": 400
    },
    {
      "name": "Lakos",
      "amount": 300
    }
  ]
}