• Get a property out of a deeply nested object Does not handle anything but nested object graph

    Parameters

    • obj: IStringValuePair

      Object to retrieve value from

    • path: string

      Path into an object, e.g., "data.values.webmap", where "data" is a top-level property in obj

    • Optional defaultV: any

      Optional value to use if any part of path--including final value--is undefined

    Returns any

    Value at end of path