Skip to content

Instantly share code, notes, and snippets.

@eperedo
Created November 3, 2013 03:23
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 eperedo/7286265 to your computer and use it in GitHub Desktop.
Save eperedo/7286265 to your computer and use it in GitHub Desktop.
Meeting json v1
{
"name": "Daily Meeting",
"organization_id" : 1,
"start_date" : "11/2/2013"
"content" : [
{
"question" : "Question Number 1?",
"answer" : "Answer number 1"
},
{
"question" : "Question Number 1?",
"answer" : "Answer number 1"
},
{
"question" : "Question Number 1?",
"answer" : "Answer number 1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment