Skip to content

Instantly share code, notes, and snippets.

@danielrobertson
Created November 12, 2014 00:01
Show Gist options
  • Save danielrobertson/76eaa92611e5190c24e8 to your computer and use it in GitHub Desktop.
Save danielrobertson/76eaa92611e5190c24e8 to your computer and use it in GitHub Desktop.
Field Day registration
{
"registration": {
"children": [
{
"firstName": "joe",
"lastName": "bro",
"dob": "11 march 1990"
},
{
"firstName": "jay",
"lastName": "bro",
"dob": "01 jan 2000"
}
],
"guardian": {
"firstName": "lil d",
"lastName": "bro",
"address": "125 domain drive",
"phone": "999 999 9999",
"email": "123@server.com"
},
"emergencyContact": {
"firstName": "help",
"lastName": "plz",
"phone": "888 888 8888"
},
"volunteer": {
"firstName": "good",
"lastName": "bro"
},
"purchaseInfo": {
"purchasePatch": "yes",
"nOfShirts": "1",
"shirtColor": "blue",
"shirtSize": "medium"
},
"waiver": {
"emailAdvance": "no"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment