Skip to content

Instantly share code, notes, and snippets.

@ShaggyDude
Created November 5, 2018 22:06
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 ShaggyDude/bf411b00709e355ef8852191d6719c3e to your computer and use it in GitHub Desktop.
Save ShaggyDude/bf411b00709e355ef8852191d6719c3e to your computer and use it in GitHub Desktop.
Six column example
{
"data": [
[
"Airi Satou",
"Accountant",
"Tokyo",
"33",
"20081128",
"162700"
],
[
"Shaggy Dude",
"Merchant",
"Austin",
"35",
"20081129",
"162705"
],
[
"Scooby Jones",
"Drummer",
"Dallas",
"26",
"20081130",
"162710"
],
[
"Airi Satou",
"Accountant",
"Tokyo",
"33",
"20081128",
"162700"
],
[
"Shaggy Dude",
"Merchant",
"Austin",
"35",
"20081129",
"162705"
],
[
"Scooby Jones",
"Drummer",
"Dallas",
"26",
"20081130",
"162710"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment