Documentation
¶
Overview ¶
Package jsonutil implements types and functions to make it easier to handle the JSON returned by Typesense.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Raw ¶
type Raw []byte
Raw stores raw JSON data, to be unmarshaled at a later time.
func (Raw) MarshalJSON ¶
MarshalJSON returns m as the JSON encoding of m.
func (*Raw) UnmarshalJSON ¶
UnmarshalJSON sets *m to a copy of data.
func (Raw) UnmarshalTo ¶
UnmarshalTo unmarshals m into v.
Click to show internal directories.
Click to hide internal directories.