Versions in this module Expand all Collapse all v0 v0.0.2 Nov 29, 2023 Changes in this version + func DisallowUnknownFields(d *json.Decoder) *json.Decoder + func IsJSON(j []byte) bool + func Unmarshal(j []byte, o interface{}, opts ...JSONOpt) error + func UnmarshalStrict(j []byte, o interface{}) error + type JSONOpt func(*json.Decoder) *json.Decoder