Function Karana::Core::debugJson(const nlohmann::json&, JsonToString)

Function Karana::Core::debugJson(const nlohmann::json&, JsonToString)#

Function Documentation#

void Karana::Core::debugJson(const nlohmann::json &json, JsonToString fn = defaultJsonToString)#

Write an debug to all loggers using the provided json and json_to_string function.

Parameters:

fn – A function that generates a string from the provided json.