Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, I was looking into the source and I found some json data files. How did you create those json files? Do you have a tool for editing json data? I'm looking for one.

(1 edit)

They were written by hand. Json is human-readable text, so they can be created and read with any text editor. To use them for your game, you need Json parser library which shouldn't be hard to find for most languages.