Skip to content

Instantly share code, notes, and snippets.

@wbatty
Last active March 14, 2019 20:39
Show Gist options
  • Save wbatty/16b460ebb4d7314eaa448d78d865148c to your computer and use it in GitHub Desktop.
Save wbatty/16b460ebb4d7314eaa448d78d865148c to your computer and use it in GitHub Desktop.
[
{
"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