Versions in this module Expand all Collapse all v0 v0.7.1 Feb 16, 2024 v0.7.0 Feb 9, 2024 Changes in this version + type ArrayEncoder struct + func NewArrayEncoder[T any](w io.Writer, hotPipe bool) *ArrayEncoder[T] + func (ae *ArrayEncoder[T]) Encode(v T) error + func (ae *ArrayEncoder[T]) Finish() error + func (ae *ArrayEncoder[T]) Reset() + func (ae *ArrayEncoder[T]) SetIndent(prefix, indent string)