Skip to content

Instantly share code, notes, and snippets.

@arelangi
Created December 21, 2022 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arelangi/309165d09a2d67065d569e9c56a12349 to your computer and use it in GitHub Desktop.
Save arelangi/309165d09a2d67065d569e9c56a12349 to your computer and use it in GitHub Desktop.
[
{
"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