Hi,

I have a tree structure in orient that I want to transform into the JSON 
format like below. I am using D3.js and would like the data returned in the 
correct format. 

Does anybody the correct way to do this in Orient?

TIA
Tom

Orient Tree
node1
   node2
      node3
node4
...
...... JSON export data .......
{
  node1
     children[] {
        node2
          children[] {
            node3
          }
    }
   node4
}

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to