Closed CodebyCR closed 1 year ago
At the moment the structure is implemented as
std::map<std::string, std::variant<std::string, std::map<std::string, std::string>>
.
You can find a valid Scheduler.json here.
The path to this config file, should be an environment variable, which should be called Scheduler_json
.
The ConfigJson.hpp should be enhance to be able to hold ConfigJson Objects as Values for nested .json files.
The structure is roughly an
std::map<std::string, std::variant<std::string, std::map<std::string, std::string>, ConfigJson>>
The the revised result should be able the read and write the following: