Get a nested value from an object using a dot-separated path.
The object to get the value from.
The dot-separated path to the property.
The value at the specified path, or undefined if the path does not exist.
Get a nested value from an object using a dot-separated path.