26std::string
readFile(
const std::string& file_path);
std::string decommentJSONfile(const std::string &input_file)
Removes comments from a JSON file.
bool fileExists(const std::string &file_path)
Checks if specified file exists.
std::string readFile(const std::string &file_path)
Reads contents of the specified file.
Defines the logger used by the top-level component of kea-lfc.