Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My rest API returns a JSON which has many fields. I need to parse through those fields and display them in a tree structure using Kendo UI. The fields in the response object are of the fashion x.y.z. For these a tree structure has to be created with y as the child of x, z as the child of y.

x
---y
------z
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900