toJson method
Implementation
String toJson() {
return JotformFormMapper.ensureInitialized()
.encodeJson<JotformForm>(this as JotformForm);
}
String toJson() {
return JotformFormMapper.ensureInitialized()
.encodeJson<JotformForm>(this as JotformForm);
}