Export Result as Nested Object #549
Unanswered
pmcintyre3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm looking to export my result value as a nested object. For instance, in this simple example I have object A that connects to B and C. Objects D and E connect to B, and F connects to C. Looks like (excuse my poor drawing):
My query is as follows:
The results look correct, but I would like to have a nested object in either JSON or a POCO that shows the hierarchy. Is there a function that exports this, and if not, where should I look first? The
.Path()
function looks like a great start, but I wanted to see if anyone had already created this.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions