Skip to content

Instantly share code, notes, and snippets.

@mmattax
Created July 10, 2013 16:25
Show Gist options
  • Save mmattax/5967777 to your computer and use it in GitHub Desktop.
Save mmattax/5967777 to your computer and use it in GitHub Desktop.
row format examples
{id : 12 , data: [{column: 1, value : 'foo'}, {column : 2, value : 'bar'}]}
{id : 12 , data: { 1: {value : 'foo'}, 2 : {value : 'bar'}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment