Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
@ -116,6 +116,7 @@ func (c *jsonCodec) Unmarshal(b []byte, v interface{}, opts ...codec.Option) err
return nil
case codec.RawMessage:
copy(m, b)
}
unmarshalOptions := DefaultUnmarshalOptions
The note is not visible to the blocked user.