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
marshalValue doesn't handle the wide range of values supported by encoding/json (such as any value implementing json.Marshaler) but silently fails (no output) instead of reporting an error indicating an unsupported data type.
marshalValue
doesn't handle the wide range of values supported byencoding/json
(such as any value implementingjson.Marshaler
) but silently fails (no output) instead of reporting an error indicating an unsupported data type.Example: https://play.golang.org/p/dmF0aGDl0J5
The text was updated successfully, but these errors were encountered: