Skip to content

Instantly share code, notes, and snippets.

@crtr0
Last active December 11, 2015 03:58
Show Gist options
  • Select an option

  • Save crtr0/4541676 to your computer and use it in GitHub Desktop.

Select an option

Save crtr0/4541676 to your computer and use it in GitHub Desktop.
{ "_id": "123",
"shortname": "demo",
"name": "My Cool Demo Event",
"phonenumber": "+15555551212",
"state": "on",
"voteoptions": [
{ "id": 1, "name": "foo", "votes": 2, "numbers": ["+15555551111", "+15555552222"] },
{ "id": 2, "name": "bar", "votes": 0, "numbers": [] },
{ "id": 3, "name": "baz", "votes": 1, "numbers": ["+1555555333"] }]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment