jsonutils

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JsonUnmarshalByJsonFile

func JsonUnmarshalByJsonFile(jsonPath string, v any) error

JsonUnmarshalByJsonFile 从JSON文件中反序列化JSON数据

func JsonUnmarshalByRequest added in v0.1.4

func JsonUnmarshalByRequest(request *http.Request, v any) error

JsonUnmarshalByRequest 将Post请求的Body反序列化转为Struct

func JsonUnmarshalByURL

func JsonUnmarshalByURL(method, reqUrl, proxyUrl string, customHeader map[string]string, reqBody io.Reader, v any) error

JsonUnmarshalByURL 从URL请求中反序列化JSON数据

Types

This section is empty.

Jump to

Keyboard shortcuts

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