toJson method

String toJson()

Implementation

String toJson() {
  return JotformAnswerMapper.ensureInitialized()
      .encodeJson<JotformAnswer>(this as JotformAnswer);
}