class JSONHelper
Defined at line 20 of file ../../src/cobalt/bin/app/configuration_data.h
A class for handling parsing and reading values from config.json
Public Methods
void JSONHelper (const std::string & path)
Defined at line 76 of file ../../src/cobalt/bin/app/configuration_data.cc
lib::statusor::StatusOr<std::string> GetString (const std::string & key)
Defined at line 79 of file ../../src/cobalt/bin/app/configuration_data.cc
lib::statusor::StatusOr<bool> GetBool (const std::string & key)
Defined at line 89 of file ../../src/cobalt/bin/app/configuration_data.cc