Skip to content

Instantly share code, notes, and snippets.

@crtr0
Created December 3, 2012 20:53
Show Gist options
  • Save crtr0/4197929 to your computer and use it in GitHub Desktop.
Save crtr0/4197929 to your computer and use it in GitHub Desktop.
JS array of vote option objects
[
{
"id": 1,
"name": "foo",
"votes": 0
},
{
"id": 2,
"name": "bar",
"votes": 0
},
{
"id": 3,
"name": "baz",
"votes": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment