Reaching into a tree

Subscripts reach into a value: a key picks an object’s field, a position picks an array element. Given a tree T:

Keys and indices compose, so a path like T["args"][0]["name"] walks straight down the tree.