[
    {
        "fullname" : "Dwayne Rodriguez",
        "email" : "rodriguez@laredo.mx",
        "lang" : "Spanish",
        "mobile_number" : "0052 345 667788",
        "subscriptions" : [
                { "magazine" : "GH", "start" : "2016-01-10" }
            ]
    },
    {
        "fullname" : "Gottlieb Kiesel",
        "email" : "dr.kiesel@hesse.edu.de",
        "lang" : "German",
        "mobile_number" : "0049 123 445566",
        "subscriptions" : [
                { "magazine" : "GH", "start" : "2017-05-11" },
                { "magazine" : "SI", "start" : "2018-07-12" }
            ]
    },
    {
        "fullname" : "Fulbert le Fou",
        "email" : "inventor@barn.fr",
        "lang" : "French",
        "mobile_number" : "0033 456 789789",
        "subscriptions" :
            [
                { "magazine" : "GH", "start" : "2019-09-14" },
                { "magazine" : "SI", "start" : "2020-10-16" },
                { "magazine" : "FM", "start" : "2021-11-18" },
                { "magazine" : "KG", "start" : "2022-12-20" }
            ]
    },
    {
        "fullname" : "Fiona Starr",
        "email" : "hellfire@chopper.edf",
        "lang" : "EN",
        "mobile_number" : "0044 7890 112233",
        "subscriptions" : [ ]
    }
]

