Versions in this module Expand all Collapse all v1 v1.1.0 Jan 11, 2025 v1.0.0 Dec 16, 2024 Changes in this version + func Marshal(w *Writer, v interface{}) error + type Appender interface + AppendJSON func([]byte) []byte + type Marshaler interface + MarshalFastJSON func(w *Writer) error + type Writer struct + func (w *Writer) Bool(v bool) + func (w *Writer) Bytes() []byte + func (w *Writer) Float32(n float32) + func (w *Writer) Float64(n float64) + func (w *Writer) Int64(n int64) + func (w *Writer) RawByte(c byte) + func (w *Writer) RawBytes(data []byte) + func (w *Writer) RawString(s string) + func (w *Writer) Reset() + func (w *Writer) Rewind(size int) + func (w *Writer) Size() int + func (w *Writer) String(s string) + func (w *Writer) StringContents(s string) + func (w *Writer) Time(t time.Time, layout string) + func (w *Writer) Uint64(n uint64)