您是否尝试将编组到map [string] interface {}中?
type Net struct{ Comment map[string]interface{} `json:"comment"` }然后Comment [“ line”]值可能是数组或对象。

您是否尝试将编组到map [string] interface {}中?
type Net struct{ Comment map[string]interface{} `json:"comment"` }然后Comment [“ line”]值可能是数组或对象。