Lines Matching full:nested
151 Parse through the nested dictionary and extract resource ID paths.
153 This function traverses a nested dictionary and extracts resource ID paths.
154 The function takes the data argument, which is expected to be a nested
163 data (dict): A nested dictionary containing resource
175 # Recursion if nested dictionary found.
200 Parse through the nested dictionary and retrieve the value associated with
203 This function traverses a nested dictionary and retrieves the value
205 which is expected to be a nested dictionary containing resource
209 search for in the nested dictionary.
215 data (dict): A nested dictionary containing resource information.
216 key (str): The key to search for in the nested dictionary.