Sample JSON Employees Data File (employees.json)

{
  "Employees": [
    {
      "empId": "EMP01",
      "jobTitle": "Developer",
      "firstName": "Shivang",
      "lastName": "Yadav",
      "fullName": "Shivang Yadav",
      "address": "Indore, MP, India",
      "contact": "+91-9999999999",
      "email": "[email protected]"
    },
    {
      "empId": "EMP02",
      "jobTitle": "Jr. Developer",
      "firstName": "Alvin",
      "lastName": "Alexander",
      "fullName": "Alvin Alexander",
      "address": "New Delhi, India",
      "contact": "+91-9999999999",
      "email": "[email protected]"
    },
    {
      "empId": "EMP03",
      "jobTitle": "Manager",
      "firstName": "Kuldeep",
      "lastName": "Tak",
      "fullName": "Kuldeep Tak",
      "address": "Mumbai, India",
      "contact": "+91-9999999999",
      "email": "[email protected]"
    }
  ]
}

Download 💌

Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.