Read config.json, store individual jsonstrings into instances of class object into memory, write changes to instances, and iterate through instanced objects to re-write config.json file when "UPDATE" button is clicked.
cyberstrawberry101 opened this issue · 1 comments
cyberstrawberry101 commented
Read config.json, store individual jsonstrings into instances of class object into memory, write changes to instances, and iterate through instanced objects to re-write config.json file when "UPDATE" button is clicked.
cyberstrawberry101 commented
This is almost completely implemented. The program needs to iterate through the JObject list and write all of the JObjects to config.json when the program is closing.