Skip to content

Omits nonempty decimal.Decimal values if omitempty is set #2

Description

@figassis
import "github.com/shopspring/decimal"

type example struct {
	Decimal decimal.Decimal `json:",omitempty"` //This field is always omitted
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions