Skip to content

Instantly share code, notes, and snippets.

@statianzo
Created July 10, 2014 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statianzo/a6ac00b378098432df7d to your computer and use it in GitHub Desktop.
Save statianzo/a6ac00b378098432df7d to your computer and use it in GitHub Desktop.
"template": {
"data": [
{"name": "full-name", "value": "Joe", "prompt": "Full Name"},
{"name": "sports", "parameter": "quiz[sports]", "prompt": "Sports",
"template": {
"data": [
{"parameter": "best_rugby", "name": "rugby", "prompt": "Best rugby team?", "value": "All Blacks" }
]
}
}
]
}
"template": {
"data": [
{"name": "full-name", "value": "Joe", "prompt": "Full Name"},
{"name": "sports", "prompt": "Sports",
"template": {
"data": [
{"parameter": "best_rugby", "name": "rugby", "prompt": "Best rugby team?", "value": "All Blacks" }
]
}
}
]
}
"template": {
"data": [
{"name": "full-name", "value": "Joe", "prompt": "Full Name"},
{"name": "sports", "prompt": "Sports",
"template": {
"data": [
{"name": "rugby", "prompt": "Best rugby team?", "value": "All Blacks" }
]
}
}
]
}
"template": {
"data": [
{"name": "full-name", "value": "Joe", "prompt": "Full Name"},
{"name": "sports", "parameter": "quiz[sports]", "prompt": "Sports",
"template": {
"data": [
{"name": "rugby", "prompt": "Best rugby team?", "value": "All Blacks" }
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment