Clio develop
The XRP Ledger API server.
|
Simple configuration file reader. More...
#include <Config.hpp>
Static Public Member Functions | |
static Config | open (std::filesystem::path path) |
Read in a configuration file. | |
Simple configuration file reader.
Reads the JSON file under specified path and creates a Config object from its contents.
|
static |
Read in a configuration file.
path | The path to the configuration file |