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