How to make JSON writable
Hi,
I'm using JSON files to make some global setup/switches. When I compile an executable file (application) out of it, the JSON files are hidden.
How can I make them visible for the user to be able to edit it? Is there any common path, where I should store them? I don't want to load them manually every time, so it has to be a hard-coded path. What is your way, please?
Thanks!