// UnmarshalJSON unmarshals InsertReplaceEdit with extra // checks on the presence of "insert" and "replace" properties. func (e *InsertReplaceEdit) UnmarshalJSON(data []byte) error { … }
// UnmarshalJSON unmarshals InsertReplaceEdit with extra // checks on the presence of "insert" and "replace" properties. func (e *InsertReplaceEdit) UnmarshalJSON(data []byte) error { … }