Created
January 26, 2022 03:07
-
-
Save esenthil2018/ef31f9ce293a5e4e915a6fe89d2970be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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