Skip to content

Instantly share code, notes, and snippets.

@djwglpuppy
Created March 30, 2012 18:39
Show Gist options
  • Select an option

  • Save djwglpuppy/2253849 to your computer and use it in GitHub Desktop.

Select an option

Save djwglpuppy/2253849 to your computer and use it in GitHub Desktop.
Possible Answer Format
{
email: "[email protected]"
questions: [
{
id: 25
answer: 345
},
{
id: 25
suboptions: [
{id: 24, answer: 45}
]
}
]
}
@pkar
Copy link

pkar commented Mar 30, 2012

{
email:'[email protected]',
question.id1: {
sub.id1:value1,
sub.id2:value2
}
question.id2: {
sub.id1:{
ranking.id1:value,
},
ranking.id2:value
}
question.id3: {
rating.id1: value
rating.id2:value
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment