Created
December 21, 2022 18:09
-
-
Save arelangi/309165d09a2d67065d569e9c56a12349 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
[ | |
{ | |
"name": "John Doe", | |
"age": 59, | |
"height_in_cms": 160 | |
}, | |
{ | |
"name": "Jane Doe", | |
"age": 29, | |
"height_in_cms": 140 | |
}, | |
{ | |
"name": "Josh Doe", | |
"age": 30, | |
"height_in_cms": 171 | |
}, | |
{ | |
"name": "Joe Doe", | |
"age": 15, | |
"height_in_cms": 150 | |
}, | |
{ | |
"name": "Paul Doe", | |
"age": 49, | |
"height_in_cms": 180 | |
}, | |
{ | |
"name": "Charles Sine", | |
"age": 42, | |
"height_in_cms": 80 | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment