json

package
v0.0.0-...-29db5e2 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromJSON

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

FromJSON parses a JSON string into an object.

func IsValidJSON

func IsValidJSON(str string) bool

IsValidJSON checks if a string is a valid JSON.

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 ToJSON

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

ToJSON converts an object to its JSON string representation.

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