diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/guests.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/guests.json b/data/guests.json new file mode 100644 index 0000000..21edde2 --- /dev/null +++ b/data/guests.json @@ -0,0 +1,14 @@ +{ + "guests": [ + { + "id": "1", + "first_name": "John", + "last_name": "Doe", + "attendance": "false", + "meal": "beef", + "restrictions": "none", + "plus-one": "none", + "advice": "" + } + ] +} |