summaryrefslogtreecommitdiff
path: root/data/guests.json
blob: 02e689a581870b9347a9d1043e33161d1fe700a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "guests": [
    {
      "id": "1",
      "first_name": "John",
      "last_name": "Doe",
      "attendance": "false",
      "meal": "beef",
      "restrictions": "none",
      "plus-one": "none",
      "advice": ""
    }
  ]
}