Documentation
¶
Index ¶
- func JsonUnmarshalByJsonFile(jsonPath string, v any) error
- func JsonUnmarshalByRequest(request *http.Request, v any) error
- func JsonUnmarshalBySubmitFormData(reqUrl, proxyUrl string, fileFields, formData map[string]string, v any) error
- func JsonUnmarshalByURL(method, reqUrl, proxyUrl string, customHeader map[string]string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JsonUnmarshalByJsonFile ¶
JsonUnmarshalByJsonFile 从JSON文件中反序列化JSON数据
func JsonUnmarshalByRequest ¶ added in v0.1.4
JsonUnmarshalByRequest 将Post请求的Body反序列化转为Struct
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.