Is there a way to skip unescaping for specific fields? I have Windows paths like ExtractionFolder=[AppDataFolder]Solid Clouds\Starborne 1.3.153\install that are incorrectly deserialized to [AppDataFolder]Solid CloudsStarborne 1.3.153install. Unfortunately #[serde(deserialize_with = "fn")] didn't work
Is there a way to skip unescaping for specific fields? I have Windows paths like
ExtractionFolder=[AppDataFolder]Solid Clouds\Starborne 1.3.153\installthat are incorrectly deserialized to[AppDataFolder]Solid CloudsStarborne 1.3.153install. Unfortunately#[serde(deserialize_with = "fn")]didn't work