You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mutual recursion described above is not usefully representable in JSON, i.e. the "tree" field of Node would be a complete copy of tree for every node. If you want to represent a network of references, you must define the references (i.e. UUIDs, URLs, or Strings), and use them to refer to common objects. RDL does not represent "references" to data, just structure.
Self-recursion works.
However, mutual recursion doesn't
The text was updated successfully, but these errors were encountered: