List and dict are only supported because the json and yaml library's return data as list or dicts and not strings https://github.com/pidi3000/Badger_Config_Handler/blob/b7bfcf8296b81dd396f702898eaee54905486541/src/badger_config_handler/badger_config_handler.py#L784-L785
List and dict are only supported because the json and yaml library's return data as list or dicts and not strings
Badger_Config_Handler/src/badger_config_handler/badger_config_handler.py
Lines 784 to 785 in b7bfcf8