json

package
v0.4.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Marshal   = json.Marshal
	Unmarshal = json.Unmarshal
)

Functions

func MustMarshal

func MustMarshal(v any) []byte

func MustMarshalString

func MustMarshalString(v any) string

func MustUnmarshal

func MustUnmarshal(bs []byte, v any) any

func MustUnmarshalTo

func MustUnmarshalTo[T any](bs []byte) (m T)

func ReMustUnmarshalTo

func ReMustUnmarshalTo[T any](v any) (m T)

func UnmarshalTo added in v0.0.2

func UnmarshalTo[T any](bs []byte) (m T, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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