The issue is with the base structure.
type s struct { Links struct { Self struct { Href string } } `json:"_links"` }is the correct syntax
The issue is with the base structure.
type s struct { Links struct { Self struct { Href string } } `json:"_links"` }is the correct syntax