How to get JSON value based on other JSON values in GO

后端 未结 0 813
夕颜
夕颜 2020-12-15 09:46

I have a struct in Go that came from and XML resp body:

type sizeJ struct {
    PDP struct {
        SellableUnits []struct {
            Attributes []struct          


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