Lines Matching full:dictionary
77 should be returned as a JSON string or as a dictionary.
90 dictionary. Defaults to "json".
151 Parse through the nested dictionary and extract resource ID paths.
153 This function traverses a nested dictionary and extracts resource ID paths.
155 dictionary containing resource information.
158 resource for which the response is obtained in the data dictionary.
163 data (dict): A nested dictionary containing resource
166 in the data dictionary. Defaults to an empty
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.