Skip to content

Instantly share code, notes, and snippets.

@justinclift
Created August 5, 2019 08:49
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 justinclift/01ab08e8ff06c864076f705506ac038d to your computer and use it in GitHub Desktop.
Save justinclift/01ab08e8ff06c864076f705506ac038d to your computer and use it in GitHub Desktop.
{
"columns": [{
"name": "orgid",
"type": "integer"
}, {
"name": "stuff",
"type": "text"
}],
"rows":
[{
"orgid": 10,
"stuff": "foo"
},
{
"orgid": 20,
"stuff": "bar"
},
{
"orgid": 30,
"stuff": "baz"
},
{
"orgid": 40,
"stuff": "foo"
},
{
"orgid": 50,
"stuff": "bar"
},
{
"orgid": 60,
"stuff": "baz"
},
{
"orgid": 70,
"stuff": "foo"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment