{
  "users": [
    {
      "username": "Roberto_D_G",
      "nome": "Roberto Di Grazia",
      "password": "Roberto1234",
      "ruolo": "socio",
      "strutture": [
        "Akiris1",
        "GrandeBaia1",
        "Marinabeach1",
        "Tirreno1",
        "Torremoresca1",
        "Welcome1"
      ],
      "perms": {
        "strutture": true,
        "fotografi": true,
        "obiettivi": true,
        "consumabili": true,
        "contabilita": true,
        "presenze": true,
        "input_presenze": true,
        "edit_spese": true
      },
      "can_input_presenze": true
    },
    {
      "username": "provolone",
      "nome": "provola",
      "password": "1234",
      "ruolo": "",
      "strutture": [
        "Marinabeach1"
      ],
      "perms": {
        "strutture": true,
        "fotografi": true,
        "obiettivi": true,
        "consumabili": false,
        "contabilita": false,
        "presenze": true,
        "input_presenze": true,
        "edit_spese": false,
        "alerts": false,
        "agenda": true
      },
      "can_input_presenze": true
    }
  ]
}