The path to traverse the object along. This can be a path like foo.bar,
a path to a specific index in an array e.g. foo[0]
or any combination of those e.g. foo['bar'].baz[0].
Like the javascript notation, except that the ? operator is not supported.
the object to traverse
Generated using TypeDoc
Traverses an object along a path.
Returns
the value at the end of the path or
undefinedif the value does not exist