editorOf
fun editorOf(json: String, identity: IdentityGenerator = DEFAULT_GENERATOR, onChange: (ChangeEvent) -> Unit? = null): DocumentEditor
fun editorOf(json: JsonObject, identity: IdentityGenerator = DEFAULT_GENERATOR, onChange: (ChangeEvent) -> Unit? = null): DocumentEditor
fun editorOf(map: MutableMap<String, Any?>, identity: IdentityGenerator = DEFAULT_GENERATOR, onChange: (ChangeEvent) -> Unit? = null): DocumentEditor
fun editorOf(document: Document, identity: IdentityGenerator = DEFAULT_GENERATOR, onChange: (ChangeEvent) -> Unit? = null): DocumentEditor