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.
Generated using TypeDoc
Validates an object traversal path.
Throws
OPDUtilsObjectTraversalError if the path is invalid