▲ | never_inline a day ago | |
You can annotate `json:"-"` which is equivalent of @JsonIgnore | ||
▲ | zimpenfish a day ago | parent [-] | |
Covered in the article along with a potential snafu - adding anything else (`-,omitempty`) turns it into a key "-", not the "ignore this field" indicator. |