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
If null is the JSON value being deserialized onto a Go pointer, then encoding/json will just skip over the type's custom UnmarshalJSON() altogether. "Obviously null in JSON means nil pointer."
If
null
is the JSON value being deserialized onto a Go pointer, thenencoding/json
will just skip over the type's customUnmarshalJSON()
altogether. "Obviouslynull
in JSON meansnil
pointer."https://go.dev/play/p/adfSt9EbqCp
The text was updated successfully, but these errors were encountered: