Versions in this module Expand all Collapse all v1 v1.0.1 Apr 24, 2025 v1.0.0 Apr 23, 2025 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func Unmarshal(data []byte, v interface{}) error + func UnmarshalWithOptions(data []byte, v interface{}, opts Options) error + type DecodeError struct + func (e DecodeError) Error() string + type MarshalTypeError struct + func (e *MarshalTypeError) Error() string + type MarshalerError struct + Err error + Type reflect.Type + func (e *MarshalerError) Error() string + type Options struct + AllowEmptyValues bool + AllowMultilineValues bool + AllowNumberSignComments bool + AllowSpaceAroundEqual bool + type UnmarshalTypeError struct + func (e *UnmarshalTypeError) Error() string