toJson method
Converts this schema type to a formatted JSON string.
Implementation
String toJson() {
return JsonEncoder.withIndent(" ").convert(toProperties());
}
Converts this schema type to a formatted JSON string.
String toJson() {
return JsonEncoder.withIndent(" ").convert(toProperties());
}