jsoniter

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient() jsonx.StandardClient

Types

type JsoniterClient

type JsoniterClient struct {
	// contains filtered or unexported fields
}

JsoniterClient implements StandardClient interface

func (*JsoniterClient) Decode

func (c *JsoniterClient) Decode(reader io.Reader, v interface{}) error

func (*JsoniterClient) Encode

func (c *JsoniterClient) Encode(writer io.Writer, v interface{}) error

func (*JsoniterClient) Marshal

func (c *JsoniterClient) Marshal(v interface{}) ([]byte, error)

func (*JsoniterClient) Unmarshal

func (c *JsoniterClient) Unmarshal(data []byte, v interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL