mirror of
https://github.com/jefferyjob/go-easy-utils.git
synced 2025-11-03 03:03:19 +08:00
jsonUtil Json处理工具
// JsonToStruct 将 JSON 字符串解析为指定的结构体指针
func JsonToStruct(jsonData string, result interface{}) error
// JsonToStruct 将 JSON 字符串解析为指定的结构体指针
func JsonToStruct(jsonData string, result interface{}) error