json

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2022 License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

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

	NewDecoder = json.NewDecoder
	NewEncoder = json.NewEncoder
)

Functions

func MarshalX added in v0.0.13

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

func MustMarshal

func MustMarshal(v interface{}) []byte

func MustMarshalToString

func MustMarshalToString(v interface{}) string

func MustMarshalX added in v0.0.13

func MustMarshalX(v interface{}) []byte

func PrettyS

func PrettyS(v interface{}, l ...int) string

func PrettyT

func PrettyT(v interface{}) string

func Print added in v0.0.2

func Print(v interface{})

func PrintPretty added in v0.0.2

func PrintPretty(v interface{})

func ProtoMarshal added in v0.0.13

func ProtoMarshal(m proto.Message) ([]byte, error)

func ProtoUnmarshal added in v0.0.13

func ProtoUnmarshal(b []byte, m proto.Message) error

func UnmarshalFromString

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

func UnmarshalToMap added in v0.0.9

func UnmarshalToMap(s string) map[string]interface{}

func UnmarshalX added in v0.0.13

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

Types

type ProtoMarshalOptions added in v0.0.13

type ProtoMarshalOptions = protojson.MarshalOptions

type ProtoUnmarshalOptions added in v0.0.13

type ProtoUnmarshalOptions = protojson.UnmarshalOptions

Jump to

Keyboard shortcuts

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