Last active
March 14, 2019 20:39
-
-
Save wbatty/16b460ebb4d7314eaa448d78d865148c to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"color":{ | |
"caption":"Color", | |
"type":"string" | |
}, | |
"Number":{ | |
"type":"number" | |
}, | |
"Date":{ | |
"type":"date string" | |
} | |
}, | |
[ | |
"214 oz", | |
14, | |
"2009-11-09" | |
], | |
[ | |
"214 oz", | |
12, | |
"2009-12-09" | |
], | |
[ | |
"212 oz", | |
36, | |
"2009-12-01" | |
], | |
[ | |
"212 oz", | |
27, | |
"2010-12-02" | |
], | |
[ | |
"212 oz", | |
18, | |
"2009-12-11" | |
], | |
[ | |
"212 oz", | |
16, | |
"2009-12-20" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment