I have a array with this type object. -->
and want to show in a html tree with parent child logic
{
children: [
{
children: [ { label : "sonali"} ],
label: "anil",
}
],
label: "santanu"
}
or here's a image for Reference -- >
also i am providing a json string data (justpaste link) where i have data for reference , please parse the json to get it in js array.
Thanks