Simple Default

Description

This is a simplified version of the default data format that is used internally.

Example Data

[
    {
        "Vorname": "Arthur",
        "Nachname": "Chesterton",
        "Mail": "mailto:Arthur.Chesterton@gmail.com",
        "Festnetz": "tel:+49142703493186",
        "Handy": "tel:+49133540893285"
    },
    {
        "Vorname": "Arthur",
        "Nachname": "Chesterton",
        "Mail": "mailto:Arthur.Chesterton@gmail.com",
        "Festnetz": "tel:+49142703493186",
        "Handy": "tel:+49133540893285"
    },
    {
        "Vorname": "Arthur",
        "Nachname": "Chesterton",
        "Mail": "mailto:Arthur.Chesterton@gmail.com",
        "Festnetz": "tel:+49142703493186",
        "Handy": "tel:+49133540893285"
    }
]