printJson function
Print a message to the console as JSON.
Implementation
void printJson(dynamic message, {bool alwaysPrint = false}) {
NyLogger.json(message, alwaysPrint: alwaysPrint);
}
Print a message to the console as JSON.
void printJson(dynamic message, {bool alwaysPrint = false}) {
NyLogger.json(message, alwaysPrint: alwaysPrint);
}