[
    {
        "fullname" : "Dwayne Rodriguez",
        "email" : "rodriguez@laredo.mx",
        "lang" : "Spanish",
        "mobile_number" : "0052 345 667788",
        "workdetails" :
            {
                "office" : "Tijuana",
                "payrollNo" : 11223344
            }
    },
    {
        "fullname" : "Gottlieb Kiesel",
        "email" : "dr.kiesel@hesse.edu.de",
        "lang" : "German",
        "mobile_number" : "0049 123 445566",
        "workdetails" :
            {
                "office" : "Berlin",
                "payrollNo" : 55667788
            }
    },
    {
        "fullname" : "Fulbert le Fou",
        "email" : "inventor@barn.fr",
        "lang" : "French",
        "mobile_number" : "0033 456 789789",
        "workdetails" :
            {
                "office" : "Paris",
                "payrollNo" : 99001122
            }
    }
]
