Skip to content

Instantly share code, notes, and snippets.

@raberana
Created June 7, 2020 08:47
Show Gist options
  • Save raberana/5d0903b06cfed2607cb64c85d24aa9b7 to your computer and use it in GitHub Desktop.
Save raberana/5d0903b06cfed2607cb64c85d24aa9b7 to your computer and use it in GitHub Desktop.
{
"type": "car",
"isActive": true,
"price": 900000.50,
"discount": null,
"manufacturingInfo": {
"manufacturingDate": "2012-04-23T18:25:43.511Z",
"plantLocation": "Manila"
},
"accessories": [
"Shiny Color",
"Rear Camera"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment