Skip to content

Instantly share code, notes, and snippets.

@zottoz
Created November 9, 2015 19:54
Show Gist options
  • Save zottoz/51ab962980ab042e6788 to your computer and use it in GitHub Desktop.
Save zottoz/51ab962980ab042e6788 to your computer and use it in GitHub Desktop.
{
id: 0,
name: 'Skarlof Ice',
face: 'img/skarloff_ice.jpg',
detail: 'vários sabores',
subgroup : [
{
id: 0,
name: 'Ice Maçã',
valor: 10.55
},
{
id: 1,
name: 'Ice Limão',
valor: 12.32
}
]
},
{
id: 1,
name: 'Skarlof Vodka',
face: 'img/skarloff_vodka.jpg',
detail: 'vários sabores',
subgroup : [
{
id: 0,
name: 'Vodka Uva',
valor: 10.99
},
{
id: 1,
name: 'Vodka Pera',
valor: 12.01
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment