Reads all fields and sub-fields of node, returning as a basic tree structure.
The structure is a snapshot of the object. If the object changes afterwards, the tree will
remain the same.
Alternatively, consider asDynamicTraversable which reads the object dynamically.
Reads all fields and sub-fields of
node
, returning as a basic tree structure. The structure is a snapshot of the object. If the object changes afterwards, the tree will remain the same.Alternatively, consider asDynamicTraversable which reads the object dynamically.