Skip to content

Instantly share code, notes, and snippets.

@nitinknolder
Created March 13, 2019 19:13
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 nitinknolder/61b110a5f95dbfae16eda0a1ffb46848 to your computer and use it in GitHub Desktop.
Save nitinknolder/61b110a5f95dbfae16eda0a1ffb46848 to your computer and use it in GitHub Desktop.
{
"data": [{
"name": "User_1",
"birthDate": "05/11/1990",
"designation": "Sr. Developer",
"companyName": "Knoldus",
"mobile": "8899033456",
"email": "user1@knoldus.in",
"gender": "Male",
"about": "Backend REST API"
},{
"name": "User_2",
"birthDate": "05/11/1993",
"designation": "Jr. Developer",
"companyName": "Knoldus",
"mobile": "8899033456",
"email": "user2@knoldus.in",
"gender": "Male",
"about": "Mocking data"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment