cgexplore.utilities.extract_property¶ cgexplore.utilities.extract_property(path, properties)[source]¶ Extract property from nested dict. Parameters: path (list[str]) properties (dict[str, bool | float | str | None | list[Json] | dict[str, Json]]) Return type: bool | float | str | None | list[Json] | dict[str, Json]