Versions in this module Expand all Collapse all v2 v2.0.1 Nov 5, 2023 Changes in this version + func New() json.Json + type Sonnet struct + func (Sonnet) Indent(dst *bytes.Buffer, src []byte, prefix string, indent string) error + func (Sonnet) Marshal(v any) ([]byte, error) + func (Sonnet) MarshalIndent(v any, prefix string, indent string) ([]byte, error) + func (Sonnet) NewDecoder(r io.Reader) json.Decoder + func (Sonnet) NewEncoder(w io.Writer) json.Encoder + func (Sonnet) Unmarshal(buf []byte, v any) error v2.0.0-unstable Oct 12, 2023