Json vs. data structure tree

I have a data page that returns a json with two entities on the same level even though in the data structure one is a child of the other. Is this because the relationship between these entities is IsParentChild=false? If so, can it be changed without changing the relationship or adding a transformation for the result?

Nested Xml/Json can be naturally achieved by setting IsParentChild to true.

You are right that another way is to provide a custom transformation. There is no other way.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.