blob: f550b1b72257340278dc5f663c6042150b776ad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"id": 1,
"firstName": "Michael",
"lastName": "Hunteman",
"attendance": "true",
"email": "mhunteman@cox.net",
"message": "Hi",
"partySize": 1,
"partyList": [
{
"firstName": "Madison",
"lastName": "Rossitto"
}
]
}
|