?
put-in
Summary​
Inserts a value into an object based on a path
Description​
Fields​
Object​
Any object.
Path​
An array describing where to put the new value. Each string indicates a key inside an object. Each integer indicates an index inside an array. If an object does not exist, it will be created.
Value​
The value to be placed in the object.
Helpful?