string in mutual conversion
go
|
|
slice to struct
Question: in golang how to convert slice to struct
scene 1:use reflect convert slice to struct
go
|
|
struct to anything
https://github.com/fatih/structs
byte json to map
json实例如下所示,要求转换结果是需要data,这个是haproxy dataplane api的数据结构
json
|
|
此时无需定义一个结构体,使用 map即可完成
go
|
|
Notes:这里不要去判断error,因为"_version" 字段是一个int类型,必然是 != nil ,转换时正确格式的会被转换,错误格式则被忽略报错了