Skip to content

Instantly share code, notes, and snippets.

@bkanhu
Created May 31, 2021 09:38
Show Gist options
  • Save bkanhu/fd709050c87fc8e5c3ec98a18f4e87ea to your computer and use it in GitHub Desktop.
Save bkanhu/fd709050c87fc8e5c3ec98a18f4e87ea to your computer and use it in GitHub Desktop.
[
{
"name": "John Doe",
"designation": "Developer",
"Contact": [
{
"type": "primary",
"number": "9087654321"
},
{
"type": "emergency",
"number": "9876543210"
}
],
"skills": [
"JS",
"HTML",
"CSS"
],
"dob": "01-Jan-1995"
},
{
"name": "Jane Doe",
"designation": "Software Engineer",
"contact": [
{
"type": "primary",
"number": "9087654321"
}
],
"skills": [
"JS",
"HTML"
],
"dob": "01-Jan-1995"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment