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

    Parameters

    • obj: {
          [index: string]: any;
      }

      Object to retrieve value from

      • [index: string]: any
    • path: string

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

    Returns any

    Value at end of path