Resolves a dotted / array-indexed path against a context object (e.g. 'creds.password', 'items[0].id'). Returns undefined for any missing segment.
'creds.password'
'items[0].id'
undefined
The context object.
The dotted path.
The value at the path, or undefined.
Resolves a dotted / array-indexed path against a context object (e.g.
'creds.password','items[0].id'). Returnsundefinedfor any missing segment.