Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONRawMessage ¶
type JSONRawMessage json.RawMessage
func (JSONRawMessage) MarshalBSONValue ¶
func (m JSONRawMessage) MarshalBSONValue() (bsontype.Type, []byte, error)
func (JSONRawMessage) MarshalJSON ¶
func (m JSONRawMessage) MarshalJSON() ([]byte, error)
MarshalJSON returns m as the JSON encoding of m.
func (*JSONRawMessage) UnmarshalBSONValue ¶
func (m *JSONRawMessage) UnmarshalBSONValue(t bsontype.Type, data []byte) error
func (*JSONRawMessage) UnmarshalJSON ¶
func (m *JSONRawMessage) UnmarshalJSON(data []byte) error
UnmarshalJSON sets *m to a copy of data.
Click to show internal directories.
Click to hide internal directories.