Skip to content

Instantly share code, notes, and snippets.

@justinclift
Last active August 5, 2019 07:20
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/e3ef8b2d4212f1e99e9f1d6b97e29efa to your computer and use it in GitHub Desktop.
Save justinclift/e3ef8b2d4212f1e99e9f1d6b97e29efa to your computer and use it in GitHub Desktop.
{
"columns": [{
"name": "orgid",
"type": "integer"
}, {
"name": "email",
"type": "text"
}],
"rows":
[{
"orgid": 10,
"email": "org10@example.com"
},
{
"orgid": 20,
"email": "org20@example.com"
},
{
"orgid": 30,
"email": "org30@example.com"
},
{
"orgid": 40,
"email": "org40@example.com"
},
{
"orgid": 50,
"email": "org50@example.com"
},
{
"orgid": 60,
"email": "org60@example.com"
},
{
"orgid": 70,
"email": "org70@example.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment