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