I have the following data structure :
id name parent 1 data 0 2 data 1 3 data 1 4 data 3 5 data 4 [download]
How can I make recursive hash out of this?
In reply to Generating recursive hash by Anonymous Monk