getIn
Reads a deeply nested value by path.
- @param
object- Source object. - @param
path- Dot-separated string path or array path. - @param
defaultValue- Value returned when the path does not exist.
getInReads a deeply nested value by path.
object - Source object.path - Dot-separated string path or array path.defaultValue - Value returned when the path does not exist.