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} ] } ] 

http://plnkr.co/edit/kSEkC7VCZTkmp303ieGl?p=preview

Closed due to the fact that the essence of the question is not clear to the participants of MasterAlex , cheops , zRrr , VenZell , D-side 7 Jun '16 at 14:56 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • 2
    What does children drop out of json file ? - Grundy

0