tendermint / go-amino

Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
Other
260 stars 78 forks source link

Skip null fields on json decoding when omitempty #261

Closed mossid closed 5 years ago

mossid commented 5 years ago

omitempty is supported on json encoding(https://github.com/tendermint/go-amino/blob/master/json-encode.go#L301) but not on decoding.