cyberstrawberry101 / Borealis-Server-Manager

Utility designed to facilitate the deployment, management, and control of various kinds of dedicated gameservers.
35 stars 5 forks source link

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. #35

Closed cyberstrawberry101 closed 7 years ago

cyberstrawberry101 commented 7 years ago

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.