SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Fix curly quotes in config.json automatically where possible

Pathoschild opened this issue ยท 1 comments

commented

The default text editor on Mac often replaces straight quotes with curly quotes, which causes issues when editing config.json. Continuing from #314, when config.json parsing fails due to curly quotes SMAPI should retry by converting all curly quotes to straight quotes. If that still fails, throw the original error.

commented

Done in develop for the upcoming SMAPI 2.4.