Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2026 Changes in this version + func AppendQuoted(buf []byte, str []byte) []byte + func AppendQuotedString(b []byte, str string) []byte + type Buffer struct + func NewBuffer(cap int) *Buffer + func (b *Buffer) Array(fn func()) + func (b *Buffer) BigInt(v *big.Int) + func (b *Buffer) Bool(v bool) + func (b *Buffer) Float64(v float64) + func (b *Buffer) HexBigInt(v *big.Int) + func (b *Buffer) HexBytes(v []byte) + func (b *Buffer) HexUint64(v uint64) + func (b *Buffer) Int64(v int64) + func (b *Buffer) Key(s string) + func (b *Buffer) MustValue(v any) + func (b *Buffer) Null() + func (b *Buffer) Object(fn func()) + func (b *Buffer) Output() []byte + func (b *Buffer) RawValue(v []byte) + func (b *Buffer) Reset() + func (b *Buffer) String(s string) + func (b *Buffer) Uint64(v uint64) + func (b *Buffer) Value(v any) error