Function Karana::Core::defaultJsonToString#
Defined in File MsgLogger.h
Function Documentation#
-
std::string Karana::Core::defaultJsonToString(const nlohmann::json &json)#
Convert json to a string that lists key/value pairs as key: value,.
- Parameters:
json – The json to convert to a string.