I want to convert my below JSON tree structure to expandable tableview. JSON tree can be changed dynamically from a server, which can contain Childs up to multiple internal levels.
{
"Tree": {
"node": [
{
"node": [
{
"node": null
},
{
"node": [
{
"node": null
}
]
}
]
},
{
"node": [
{
"node": null
},
{
"node": null
},
{
"node": null
}
]
}
]
}
}
I recommend KJExpandableTableTree library if you want to create dynamic tree
structure using JSON
in UITableview.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With