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
How decode with this library the struct ExtensionProps ?
I succeeded to read: swagger.ExtensionProps.Extensions["x-XXXXXXX"] but the output is a json.RawMessage type = []byte.
Should I use the JSON libraries to decode or we can use a functionality of the library ?
How decode with this library the struct
ExtensionProps
?I succeeded to read:
swagger.ExtensionProps.Extensions["x-XXXXXXX"]
but the output is ajson.RawMessage
type =[]byte
.Should I use the JSON libraries to decode or we can use a functionality of the library ?
My code:
Is it possible to create an example for decoding this structure ?
Thank you !
The text was updated successfully, but these errors were encountered: