?
get-in
Summary​
Extracts a value from an object using a path
Description​
Fields​
Object​
Any object.
Path​
An array describing where the value is located. 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.
Helpful?