{
    "iconActionTree": "icon-arrow-right",
    "navItems": [
        {
            "text": "Item 1",
            "link": "#",
            "subentries": [
                {
                    "text": "Item 1.1",
                    "link": "#"
                },
                {
                    "text": "Item 1.2",
                    "link": "#"
                },
                {
                    "text": "Item 1.3",
                    "link": "#"
                }
            ]
        },
        {
            "text": "Item 2",
            "link": "#",
            "isCurrent": true
        },
        {
            "text": "Item 3",
            "link": "#",
            "subentries": [
                {
                    "text": "Item 3.1",
                    "link": "#"
                }
            ]
        },
        {
            "text": "Item 4",
            "link": "#"
        }
    ]
}