I need to parse this JSON in list structure like setup->Finantial Setup->Banks ->charge Item
[
{
"label_name": "Setup",
"data": {
"name": "Setup",
"url": "/setup",
"sub_menues": [
{
" ": {
"name": "Finantial Setup",
"url": "Setup/Finantial Setup",
"sub_menues": [
{
"sub_list": {
"name": "Banks",
"url": "/setup/Finantial Setup/Banks"
}
},
{
"sub_list": {
"name": "Charge Items",
"url": "/setup/Finantial Setup/Charge Items"
}
}
]
}
}
]
}
}
]