showJSON static method

void showJSON(
  1. String message
)

Implementation

static void showJSON(String message){
  developer.log(jsonEncode(message));
}