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
Is your feature request related to a problem? Please describe.
It would be great to support omitzero tag working the same way as coming golang 1.24 encoding/json package support.
Describe the solution that you would like.
omitzero tag should trigger calling IsZero() method on value and verify value specific "zero" values.
e.g. it helps with time.Time zero values support.