json

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2022 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

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

Marshal function using jsoniter.

func MarshalIndent

func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error)

MarshalIndent function using jsoniter.

func MarshalToString

func MarshalToString(v interface{}) (string, error)

MarshalToString function using jsoniter.

func NewDecoder

func NewDecoder(reader io.Reader) *jsoniter.Decoder

NewDecoder function to return jsoniter.Decoder.

func NewEncoder

func NewEncoder(writer io.Writer) *jsoniter.Encoder

NewEncoder function to return jsoniter.Encoder.

func Unmarshal

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

Unmarshal function using jsoniter.

func UnmarshalFromString

func UnmarshalFromString(data string, v interface{}) error

UnmarshalFromString function using jsoniter.

Types

This section is empty.

Jump to

Keyboard shortcuts

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