-
Notifications
You must be signed in to change notification settings - Fork 24
Json format issues
DarkTl edited this page Apr 21, 2018
·
3 revisions
The game commonly uses json files for data like items or traits. It's a open-standard file format that uses human-readable text, but it's easy to make a mistake and don't notice it. In which case the game will refuse to work, showing an error.
I suggest using one of many online json validators. Just google it, they can very quickly find errors in your jsons.