Helper function that gets a value form deep within an object by passing a '.' delimited string of keys, for instance, `a.b.c` is pointing to {'a': {'b': {'c': 'some value' }}}.
(data, path)
source not stored for this graph (policy: none)
no test coverage detected