Skip to content

Instantly share code, notes, and snippets.

@erasmas
Created January 31, 2018 13:04
Show Gist options
  • Select an option

  • Save erasmas/20deb571b15842d12e5ec9b8936bb5d2 to your computer and use it in GitHub Desktop.

Select an option

Save erasmas/20deb571b15842d12e5ec9b8936bb5d2 to your computer and use it in GitHub Desktop.

Revisions

  1. erasmas created this gist Jan 31, 2018.
    133 changes: 133 additions & 0 deletions test-data.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,133 @@
    [{
    "id": 1,
    "company_info":{
    "company": "Jayo",
    "country": "United States",
    "Company Base State": "New Mexico",
    "Zip Code": "88006",
    "Company Domain Name": "icq.com",
    "Number of employees": 1200,
    "Creation year": 1980,
    "employee": {
    "first name": "Kathleen",
    "last name": "Willis",
    "email": "kwillis0@ucla.edu",
    "position": "Nurse Practicioner",
    "salary": "$3873.28",
    "Employment date": "2010-04-20",
    "medical insurance": "yes",
    "Employee Shirt Size": "L",
    "Additional Employee Data": {
    "age": 40,
    "unused vacations": 2,
    "promotion":"yes"
    }

    }
    }

    }, {
    "id": 2,
    "company_info":{
    "company": "Youspan",
    "country": "United States",
    "Company Base State": "Illinois",
    "Zip Code": "60686",
    "Company Domain Name": "spiegel.de",
    "Number of employees": 1800,
    "Creation year": 2003,
    "employee":{
    "first name": "Michael",
    "last name": "Welch",
    "email": "mwelch1@hp.com",
    "position": "Occupational Therapist",
    "salary": "$1907.56",
    "Employment date": "2012-12-01",
    "medical insurance": "yes",
    "Additional Employee Data": {
    "age": 22,
    "unused vacations": 10,
    "promotion":"no"
    }
    }
    }
    }, {
    "id": 3,
    "company_info":{
    "company": "Aimbu",
    "country": "United States",
    "Company Base State": "California",
    "Zip Code": "95865",
    "Company Domain Name": "wikimedia.org",
    "Number of employees": 2040,
    "Creation year": 1978,
    "employee": {
    "first name": "Debra",
    "last name": "Cruz",
    "email": "dcruz2@devhub.com",
    "position": "Environmental Specialist",
    "salary": "$3835.29",
    "Employment date": "1999-03-11",
    "medical insurance": "yes",
    "Employee Shirt Size": "XS",
    "Additional Employee Data": {
    "age": 31,
    "unused vacations": 6,
    "promotion": "no"
    }
    }
    }
    }, {
    "id": 4,
    "company_info":{
    "company": "Fliptune",
    "country": "United States",
    "Company Base State": "Michigan",
    "Zip Code": "48609",
    "Company Domain Name": "google.de",
    "Number of employees": 590,
    "Creation year": 2012,
    "employee":{
    "first name": "Patrick",
    "last name": "Graham",
    "email": "pgraham3@columbia.edu",
    "position": "Senior Developer",
    "salary": "$1253.42",
    "Employment date": "2014-01-18",
    "medical insurance": "no",
    "Employee Shirt Size": "XL",
    "Additional Employee Data": {
    "age": 45,
    "unused vacations": 11,
    "promotion":"no"
    }
    }
    }
    }, {
    "id": 5,
    "company_info":{
    "company": "Cogibox",
    "country": "United States",
    "Company Base State": "District of Columbia",
    "Zip Code": "20580",
    "Company Domain Name": "bbb.org",
    "Number of employees": 7400,
    "Creation year": 1996,
    "employee":{
    "first name": "Phyllis",
    "last name": "Green",
    "email": "pgreen4@t-online.de",
    "position": "Senior Financial Analyst",
    "salary": "$2776.53",
    "Employment date": "2001-05-18",
    "medical insurance": "no",
    "Employee Shirt Size": "S",
    "Additional Employee Data": {
    "age": 32,
    "unused vacations": 10,
    "promotion":"yes"
    }
    }
    }
    }
    ]