Skip to content

Instantly share code, notes, and snippets.

@nicysneiros
Last active April 13, 2017 20:40
Show Gist options
  • Save nicysneiros/a85cc7ffd5ca864f638cc90794a86db6 to your computer and use it in GitHub Desktop.
Save nicysneiros/a85cc7ffd5ca864f638cc90794a86db6 to your computer and use it in GitHub Desktop.
{ "results": [{
...
"data": [
{"row": [
{ "gender": "M",
"name": "John",
"age": "28" },
{},
{ "name": "The Beatles",
"category": "Musician/Band" }
],
...
},
{"row": [
{ "gender": "M",
"name": "John",
"age": "28" },
{},
{ "name": "Coca-Cola",
"category": "Food/Beverage" }
],
...}],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment