data(inObj, path, value?): any
Either write a value to an object or reads a value from the object.
Parameters
inObj
Record<string, any>
Object to operate on
path
string
A path in dotted notation to the target in the object
value?
any
The value to write
Returns
any