You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to Marshal/Unmarshal such a json api structure.
Describe alternatives you've considered
Tried to find a smart way to use StringIdentifier but not working.
I also tried to define twice the relationship field in my golang struct with the same json author key
Is your feature request related to a problem? Please describe.
When fetching a resource (say an article) I can get either
or
Describe the solution you'd like
I would like to be able to Marshal/Unmarshal such a json api structure.
Describe alternatives you've considered
Tried to find a smart way to use StringIdentifier but not working.
I also tried to define twice the relationship field in my golang struct with the same json author key
but the same json field cannot co-exist.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: