Skip to content

Instantly share code, notes, and snippets.

@anirban99
Created April 4, 2021 11:26
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 anirban99/bf248d76f382d7d189789483f9450db5 to your computer and use it in GitHub Desktop.
Save anirban99/bf248d76f382d7d189789483f9450db5 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"userName": "john.doe",
"firstName": "John",
"middleName": null,
"lastName": "Doe",
"emailId": "john.doe@gmail.com",
"dayOfBirth": "1997-12-03"
},
{
"id": 2,
"userName": "amelia.harrison",
"firstName": "Amelia",
"middleName": "Marie",
"lastName": "Harrison",
"emailId": "amelia.harrison@gmail.com",
"dayOfBirth": "1995-06-03"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment