Files
go-easy-utils/jsonUtil
2023-03-21 11:27:46 +08:00
..
2023-03-21 11:27:46 +08:00
2023-03-21 11:27:46 +08:00
2023-03-21 11:27:46 +08:00
2023-03-12 23:33:43 +08:00

jsonUtil Json处理工具

// JsonToStruct 将 JSON 字符串解析为指定的结构体指针
func JsonToStruct(jsonData string, result interface{}) error