Skip to content

Instantly share code, notes, and snippets.

@starsinmypockets
Created January 18, 2013 20:11
Show Gist options
  • Save starsinmypockets/4568093 to your computer and use it in GitHub Desktop.
Save starsinmypockets/4568093 to your computer and use it in GitHub Desktop.
{ 'Category 1' : [
{
'attribute 1' : someVal,
'attribute next' : anotherVal,
'attribute final' : lastVal,
},
{
'attribute 1' : someVal,
'attribute next' : anotherVal,
'attribute final' : lastVal,
},
],
'Category 2' : [
{
'attribute 1' : someVal,
'attribute next' : anotherVal,
'attribute final' : lastVal,
},
{
'attribute 1' : someVal,
'attribute next' : anotherVal,
'attribute final' : lastVal,
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment