Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONConverter ¶
type JSONConverter struct {
// contains filtered or unexported fields
}
func NewJSONConverter ¶
func NewJSONConverter(opts ...fastmsgpack.DecodeOption) JSONConverter
func (JSONConverter) Convert ¶
func (c JSONConverter) Convert(dst io.Writer, data []byte, opts ...fastmsgpack.DecodeOption) error
Convert the given msgpack to JSON efficiently.
Click to show internal directories.
Click to hide internal directories.