jsoniter

package module
v0.0.0-...-4408abb Latest Latest
Warning

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

Go to latest
Published: May 14, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JsoniterCodec = &Codec{API: json.ConfigFastest}

Functions

This section is empty.

Types

type Codec

type Codec struct {
	API json.API
}

func (Codec) Decode

func (c Codec) Decode(data []byte, v interface{}) error

func (Codec) Encode

func (c Codec) Encode(v interface{}) ([]byte, error)

func (Codec) NewDecoder

func (c Codec) NewDecoder(r io.Reader) codec.Decoder

func (Codec) NewEncoder

func (c Codec) NewEncoder(w io.Writer) codec.Encoder

Jump to

Keyboard shortcuts

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