Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + type WithOrder struct + func (b *WithOrder[T]) Get(key string) (*T, bool) + func (b *WithOrder[T]) OrderedKeys() []string + func (b *WithOrder[T]) OrderedValues() []*T + func (b *WithOrder[T]) UnmarshalJSON(data []byte) error