Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

JSON parse error means the json is not formatted properly.
Use a json validator website to check the file, then you can correct any mistakes it finds.

https://jsonlint.com/

Thank you! I used this and it works now!