Skip to content

Instantly share code, notes, and snippets.

@bertwagner
Last active January 16, 2017 00:27
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 bertwagner/356bf47732b9e35d2156daa943e049e9 to your computer and use it in GitHub Desktop.
Save bertwagner/356bf47732b9e35d2156daa943e049e9 to your computer and use it in GitHub Desktop.
Car Inventory JSON
{
"Cars": [{
"Make": "Volkswagen",
"Model": {
"Base": "Golf",
"Trim": "GL"
},
"Year": 2003,
"PurchaseDate": "2006-10-05T00:00:00.000Z"
}, {
"Make": "Subaru",
"Model": {
"Base": "Impreza",
"Trim": "Premium"
},
"Year": 2016,
"PurchaseDate": "2015-08-18T00:00:00.000Z"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment