Function to convert a JSON dictionary to a list.
json_dict (dict[str, Any]) – JSON dictionary.
A list derived from a JSON dictionary, or the original dictionary if it does not contain dictionaries as values.
list