How to get json data in to sidebar menu

Hi webix team

Iam working on top bar header and sidebar menu, we want to get json data for that top bar header and sidebar menu.

In json data hidden=true means the value could not present, if hidden=false means it should present.

can you find json data below

{
     "ROOT": {
        "HEADER": [{
            "HIDDEN": "FALSE",
            "I": [{
                "HIDDEN": "FALSE",
                "ID": "TITLE",
                "VALUE": "WEBIX TEAM"
            },
            {
                "HIDDEN": "TRUE",
                "ID": "NOTIFICATION",
                "VALUE": ""
            },
            {
                 "HIDDEN": "TRUE",
                 "ID": "HELP",
                 "VALUE": ""
            }],  
}

Thanks in advance

Deepak e