json

package
v0.0.0-...-36f27ca Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CutJsonDataWithFields

func CutJsonDataWithFields(jsonData *string, fields []string) *string

CutJsonDataWithFields 剪切 jsonData 并只返回要定位的“字段”。 jsonData 不能为 nil,必须是 json 字符串

func Marshal

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

func MarshalIndent

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

func MarshalToString

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

func Unmarshal

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

func UnmarshalArray

func UnmarshalArray(items []string, result interface{}) error

func UnmarshalFromString

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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