DEV Community

Discussion on: How to make JSON file to tree structure

Collapse
 
aiosifelisl1 profile image
Andreas Iosifelis
Collapse
 
almantas88 profile image
almantas88

does this do the trick with children id references? Because back-end send data as a plain json object, but not a tree.

Collapse
 
aiosifelisl1 profile image
Andreas Iosifelis

From what I understand this module will display a json object in a UI format. If you want a specific structure, you're going to have to massage your data into that structure first and then feed it into the module.