[
    {
        "id": "1",
        "text": "Chairman & CEO",
        "title": "Henry Bennett"
    },
    {
        "id": "2",
        "text": "Manager",
        "title": "Mildred Kim"
    },
    {
        "id": "3",
        "text": "Technical Director",
        "title": "Jerry Wagner"
    },
    {
        "id": "2.1",
        "text": "Marketer",
        "title": "Charles Little"
    },
    {
        "id": "3.1",
        "text": "Team Lead ",
        "title": "Jonathan Lane"
    },
    {
        "id": "1-2",
        "from": "1",
        "to": "2",
        "type": "line"
    },
    {
        "id": "1-3",
        "from": "1",
        "to": "3",
        "type": "line"
    },
    {
        "id": "2-2.1",
        "from": "2",
        "to": "2.1",
        "type": "line"
    },
    {
        "id": "3-3.1",
        "from": "3",
        "to": "3.1",
        "type": "line"
    }
]