json

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 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(data interface{}) ([]byte, error)

Marshal adapter

func MarshalIndent

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

MarshalIndent adapter

func MarshalToString

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

MarshalToString adapter

func NewDecoder

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

NewDecoder adapter

func NewEncoder

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

NewEncoder adapter

func ToStruct

func ToStruct(in interface{}, out interface{}) error

ToStruct converts the in to json string and convert back to json struct

func Unmarshal

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

Unmarshal adapter

Types

This section is empty.

Jump to

Keyboard shortcuts

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