How to Marshall any data type to string and Unmarshal from string to specific data type on condition

前端 未结 0 2008
别跟我提以往
别跟我提以往 2020-12-23 14:16
type State struct {
    Type      string    `json:"type" validate:"required"`
    Value     string    `json:"value"`
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题