How to make so that from the json file fell children ?
[ { "name": "child11", "y": 10 }, { "name": "child12", "y": 12 }, { "name": "child13", "y": 8 }, { "id": 14, "name": "child14", "y": -12, "children": [ {"name": "child11", "y": 1}, {"name": "child12", "y": 2}, {"name": "child13", "y": -3}, {"name": "child14", "y": 4} ] } ]