Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 26, 2022 03:07
Show Gist options
  • Save esenthil2018/ef31f9ce293a5e4e915a6fe89d2970be to your computer and use it in GitHub Desktop.
Save esenthil2018/ef31f9ce293a5e4e915a6fe89d2970be to your computer and use it in GitHub Desktop.
{
"Cars": [
{
"BMW": {
"mph": 120,
"price": 50000,
"electric": false
}
},
{
"Tesla": {
"mph": 110,
"price": 45000,
"electric": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment