Get Tree Values (vuo.tree.get)

Gives information about a tree.

For example, a tree created from XML <product sku="rock">Handcrafted pet rock</product> would have name product, content Handcrafted pet rock, an attribute named sku with value rock, and no children.

Keywords: descendant, element, json, object, tag, xml


Back to vuo.tree node set documentation.