Versions in this module Expand all Collapse all v1 v1.1.0 Nov 2, 2018 Changes in this version + func DisallowUnknownFields(d *json.Decoder) *json.Decoder + func UnmarshalStrict(y []byte, o interface{}, opts ...JSONOpt) error + func YAMLToJSONStrict(y []byte) ([]byte, error) + type JSONOpt func(*json.Decoder) *json.Decoder v1.0.0 Mar 27, 2017 Changes in this version + func JSONToYAML(j []byte) ([]byte, error) + func Marshal(o interface{}) ([]byte, error) + func Unmarshal(y []byte, o interface{}) error + func YAMLToJSON(y []byte) ([]byte, error)