Skip to content

Instantly share code, notes, and snippets.

@kasramp
Last active May 1, 2020 22:30
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 kasramp/a1402876c27c8d2999dd7fd3e6ec2f4d to your computer and use it in GitHub Desktop.
Save kasramp/a1402876c27c8d2999dd7fd3e6ec2f4d to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"age": 45,
"lastName": "Wick",
"firstName": "John"
},
{
"id": 2,
"age": 34,
"lastName": "Doe",
"firstName": "Joe"
},
{
"id": 3,
"age": 20,
"lastName": "Miller",
"firstName": "Mike"
},
{
"id": 4,
"age": 48,
"lastName": "Mathers",
"firstName": "Marshall"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment