Preferences

never_inline parent
You can annotate `json:"-"` which is equivalent of @JsonIgnore

zimpenfish
Covered in the article along with a potential snafu - adding anything else (`-,omitempty`) turns it into a key "-", not the "ignore this field" indicator.

This item has no comments currently.