Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 26, 2022 03:06
Show Gist options
  • Save esenthil2018/a73bbec0c3cb1e26ca35d9186c60b085 to your computer and use it in GitHub Desktop.
Save esenthil2018/a73bbec0c3cb1e26ca35d9186c60b085 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