toJsonString method

String toJsonString()

Implementation

String toJsonString() {
  return Mapper().toJsonString(this);
}