json

package
v0.0.0-...-aa45adf Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

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

func MarshalIndent

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

func MarshalToBuffer

func MarshalToBuffer(v interface{}) (*bytes.Buffer, error)

func MarshalToString

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

func ShouldMarshal

func ShouldMarshal(v interface{}) []byte

func Unmarshal

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

func UnmarshalFromString

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

func UnmarshalFromStringV2

func UnmarshalFromStringV2[T any](str string) (T, error)

func UnmarshalV2

func UnmarshalV2[T any](data []byte) (T, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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