project_config.serializers.ini module

INI to JSON converter.

project_config.serializers.ini.loads(string: str) Dict[str, Any][source]

Converts an INI file string to JSON.

Parameters

string (str) – INI file string to convert.

Returns

Conversion result.

Return type

dict