Versions in this module Expand all Collapse all v0 v0.0.8 Mar 8, 2026 Changes in this version + type Map struct + func NewMap[T any]() *Map[T] + func (m *Map[T]) Children() map[string]*Map[T] + func (m *Map[T]) Get(key string) (*Map[T], bool) + func (m *Map[T]) MarshalJSON() ([]byte, error) + func (m *Map[T]) Set(key string, value T) + func (m *Map[T]) UnmarshalJSON(b []byte) error + func (m *Map[T]) Value() (T, bool)