stringify static method

String stringify(
  1. Object input
)

Implementation

static String stringify(Object input) {
  return jsonEncode(input);
}