Skip to content

Instantly share code, notes, and snippets.

@felquis
Last active August 29, 2015 14:12
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 felquis/3ec1a5d58d8f8aa8c135 to your computer and use it in GitHub Desktop.
Save felquis/3ec1a5d58d8f8aa8c135 to your computer and use it in GitHub Desktop.
var item = {
'property-one':[
{name: 'string', id: 1, total: 1},
{name: 'string', id: 2, total: 1},
{name: 'string', id: 3, total: 1},
{name: 'string', id: 4, total: 1},
{name: 'string', id: 5, total: 1}
],
'property-two': [
{name: 'string', id: 6, total: 1},
{name: 'string', id: 7, total: 1},
{name: 'string', id: 8, total: 1},
{name: 'string', id: 3, total: 1},
{name: 'string', id: 9, total: 1}
],
'property-three': [
{name: 'string', id: 10, total: 1},
{name: 'string', id: 11, total: 1},
{name: 'string', id: 3, total: 1},
{name: 'string', id: 12, total: 1},
{name: 'string', id: 15, total: 1}
],
'property-four': [
{name: 'string', id: 21, total: 1},
{name: 'string', id: 32, total: 1},
{name: 'string', id: 43, total: 1},
{name: 'string', id: 4, total: 1},
{name: 'string', id: 5, total: 1}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment