Object to set the property on
Property path to set
Value to set at the specified path
Optional
options: { Optional
create?: booleanCreate an object to be able to set the specified property, otherwise does not set the property specified
The original obj with the property path set to the specified value;
Set a property on the specified object at the specified path. Modifies the original object, when a part of the specified path is not set an empty object is created