Skip to content

Instantly share code, notes, and snippets.

@morkesiden
Forked from dineshkumarkb/output.json
Created September 23, 2022 17:58
Show Gist options
  • Select an option

  • Save morkesiden/e56f32e094e225e268b5c1252c05a690 to your computer and use it in GitHub Desktop.

Select an option

Save morkesiden/e56f32e094e225e268b5c1252c05a690 to your computer and use it in GitHub Desktop.
{
"all_employees": [
{
"dept": 17,
"empname": "Christopher Whitaker",
"location": "Antarctica (the territory South of 60 deg S)",
"dob": "1962-12-13",
"empid": 53
},
...
...
...
...
{
"dept": 11,
"empname": "Tony Good",
"location": "Liberia",
"dob": "1930-08-02",
"empid": 77
},
{
"dept": 17,
"empname": "Stephen Reed",
"location": "Hong Kong",
"dob": "1970-10-02",
"empid": 136
},
{
"dept": 13,
"empname": "David Duncan",
"location": "Costa Rica",
"dob": "1971-10-05",
"empid": 138
},
{
"dept": 16,
"empname": "Richard Morales",
"location": "Hong Kong",
"dob": "1958-03-29",
"empid": 308
},
{
"dept": 20,
"empname": "Christopher Ramirez",
"location": "Burkina Faso",
"dob": "1909-11-10",
"empid": 362
},
{
"dept": 11,
"empname": "Laura Peck",
"location": "Jordan",
"dob": "2018-06-15",
"empid": 402
},
{
"dept": 15,
"empname": "Raymond Pierce",
"location": "Congo",
"dob": "1909-10-03",
"empid": 408
},
{
"dept": 13,
"empname": "Jillian Clark",
"location": "Burundi",
"dob": "1950-04-30",
"empid": 421
},
{
"dept": 19,
"empname": "Jill Jackson",
"location": "Argentina",
"dob": "1940-04-10",
"empid": 691
},
{
"dept": 16,
"empname": "Hector Adams",
"location": "China",
"dob": "1947-03-20",
"empid": 825
},
{
"dept": 11,
"empname": "Jessica Robinson",
"location": "Mauritius",
"dob": "2005-01-12",
"empid": 867
},
{
"dept": 13,
"empname": "Nathaniel Parker",
"location": "Faroe Islands",
"dob": "1957-04-18",
"empid": 1006
},
{
"dept": 10,
"empname": "Erin Bishop",
"location": "Lithuania",
"dob": "1981-10-29",
"empid": 1064
},
{
"dept": 18,
"empname": "Vernon Wade",
"location": "Congo",
"dob": "1968-12-29",
"empid": 1118
},
{
"dept": 17,
"empname": "Gerald Robinson",
"location": "Holy See (Vatican City State)",
"dob": "1962-05-31",
"empid": 1155
},
{
"dept": 13,
"empname": "Michael Chandler",
"location": "Malawi",
"dob": "1922-06-06",
"empid": 1255
},
{
"dept": 18,
"empname": "David Miller",
"location": "Estonia",
"dob": "1993-08-24",
"empid": 1285
},
{
"dept": 15,
"empname": "Christopher Garcia",
"location": "Netherlands Antilles",
"dob": "1944-10-21",
"empid": 1383
},
{
"dept": 18,
"empname": "Donna Valdez",
"location": "Rwanda",
"dob": "1956-08-26",
"empid": 1473
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment