How to Unmarshall data to JSON with unknown field types

前端 未结 0 1686
花落未央
花落未央 2021-02-05 07:35

I have these \'structures\'

type Results struct {
    Gender string `json:"gender"`
    Name   struct {
        First string `json:"first"`
           


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