Getting Started with JSON Config API - Starexify/JsonConfig GitHub Wiki
🤔 What is JSON Config ?
Simply put, JSON Config is an API which allows modders to easily create, modify or recieve config values from a .json
file from the game's files. With the goal in mind to make the files readable and easier to change values from within the config file itself.
Why should you use JSON Config ?
The current system of Friday Night Funkin' uses .sol
files for saving data, also cluttering them into 1 file, for everything from song data (score/tallies) to preference and controls options. Though it is true that you could use other means to separate them.
But JSON files are easier to read and edit, unlike the SOL files.