Hi; I have a structure like: ``` { id: "234252345", name: "John Doe", job: "Engineer", children: ["3234234234234", "23423423234"] } ``` So I don't have $item like structure. How can I change the structure to fit my structure?
Hi;
I have a structure like:
So I don't have $item like structure. How can I change the structure to fit my structure?