SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

When parsing JSON fails, add friendly error if curly quotes are detected

webxro opened this issue ยท 1 comments

commented

Add a warning for people that replaced straight quotation marks with curly quotation marks by accident.

Maybe a line listing all the JSON files that contain curly quotation marks ? Or something because there might be some that have it by design.

commented

Done in develop for the upcoming SMAPI release.

Here's the previous error for reference:

Here's the new error when parsing JSON fails (with the curly quote part conditional on finding curly quotes):