Versions in this module Expand all Collapse all v0 v0.0.6 Apr 18, 2026 v0.0.5 Apr 12, 2026 Changes in this version + var ErrMarshal = fmt.Errorf("%w: unable to marshal", ErrPkg) + var ErrPkg = errors.New("transform") + var ErrUnmarshal = fmt.Errorf("%w: unable to unmarshal", ErrPkg) + type JSON struct + func NewJSON() *JSON + func (j *JSON) Transform(input any, output any) error + type Transformer interface + Transform func(input any, output any) error