Get a child from the object by using path notation.
This will not follow object hashes, since this function is sync. The path notation is a dot
separated list. Object properties are referenced by the property name, maps by the key name
and array, bag and set elements by a decimal number.
Not currently in use, could probably be moved to one.core. But useful, so we will keep it for
now. A similar getChild is in one.core (VersionTree.getChild) but it is async and just
handles map and objects, not arrays, sets or bags.
Get a child from the object by using path notation.
This will not follow object hashes, since this function is sync. The path notation is a dot separated list. Object properties are referenced by the property name, maps by the key name and array, bag and set elements by a decimal number.
Not currently in use, could probably be moved to one.core. But useful, so we will keep it for now. A similar getChild is in one.core (VersionTree.getChild) but it is async and just handles map and objects, not arrays, sets or bags.