Created
November 5, 2018 22:06
-
-
Save ShaggyDude/bf411b00709e355ef8852191d6719c3e to your computer and use it in GitHub Desktop.
Six column example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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