fjl / gencodec

Command gencodec generates marshaling methods for Go struct types.
MIT License
54 stars 26 forks source link

Add support for DisallowUnknownFields from json package. #18

Open manoj398 opened 2 years ago

manoj398 commented 2 years ago

https://pkg.go.dev/encoding/json#Decoder.DisallowUnknownFields

Add support to this, may be by a flag to gencodec?