Versions in this module Expand all Collapse all v0 v0.0.1 Feb 2, 2026 Changes in this version + var DefaultOptionsV1 = Struct + var DefaultOptionsV2 = Struct + var GetUnknownOption = func(Struct, Options) (any, bool) + var JoinUnknownOption = func(Struct, Options) Struct + func GetOption[T any](opts Options, setter func(T) Options) (T, bool) + type ArshalValues struct + Format string + FormatDepth int + Marshalers any + Unmarshalers any + type ByteLimit int64 + func (ByteLimit) JSONOptions(internal.NotForPublicUse) + type CoderValues struct + ByteLimit int64 + DepthLimit int + Indent string + IndentPrefix string + type DepthLimit int + func (DepthLimit) JSONOptions(internal.NotForPublicUse) + type Indent string + func (Indent) JSONOptions(internal.NotForPublicUse) + type IndentPrefix string + func (IndentPrefix) JSONOptions(internal.NotForPublicUse) + type Options interface + JSONOptions func(internal.NotForPublicUse) + type Struct struct + Flags jsonflags.Flags + func (*Struct) JSONOptions(internal.NotForPublicUse) + func (dst *Struct) Join(srcs ...Options) + func (dst *Struct) JoinWithoutCoderOptions(srcs ...Options)