Versions in this module Expand all Collapse all v0 v0.7.6 Oct 23, 2025 v0.7.5 Jun 30, 2025 Changes in this version + type JSON struct + func NewJSONCodec() JSON + func (c JSON) Marshal(obj any) ([]byte, error) + func (c JSON) Unmarshal(data []byte, obj any) error