[
    {
        "ConfigFile": "ServerConfig.toml",
        "AutoMap": true,
        "Importable": true,
        "ConfigType": "ini",
        "ConfigFormat": "{0} = \"{1}\"",
        "ConfigFormatRegex": "^(?<key>.+?) = \"(?<value>.*?)\"$"
    },
    {
        "ConfigFile": "ServerConfig.toml",
        "AutoMap": true,
        "Importable": true,
        "ConfigType": "ini",
        "ConfigFormat": "{0} = {1}",
        "ConfigFormatRegex": "^(?<key>.+?) = (?<value>[^\"]*?)$"
    }
]