Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

First of all, I want to apologize because that error message is misleading and can also occur if there's a problem parsing the JSON.

The reason this is happening is because there's an unescaped " character in the description. It should be a \" instead. It's very unintuitive if you don't know JSON, so I'm working on an ingame editor for these.

That absolutely fixed it! Thank you so much! My brain defaulted to using " as in inches when I should have known better, but an ingame editor sounds amazing as long as you don't have to work too hard to get it into the game.