Tuesday, 6 August 2013

how to generate json of out this tree data?

how to generate json of out this tree data?

I have an Oracle SQL that returns these fields:
parent ID
current ID
description
it's basically the company org structure. The topmost entity of the tree
has a parent Id of null and current ID of 1.
I've looked at various solutions both JAVA and oracle but I cannot find
the answer to my question.
any ideas on how it can be done? thanks

No comments:

Post a Comment