toJson method

String toJson()

Implementation

String toJson() {
  return jsonFormatter.format(this);
}