encodeJson static method
Please Pass Delta JSON Value using .toJson()
methods on QuillController Documents like ( quillController.document.toDelta().toJson() ) to get HTML
Implementation
static encodeJson(List value) {
return encoder(value);
}