Versions in this module Expand all Collapse all v0 v0.0.2 Nov 8, 2023 v0.0.1 Nov 8, 2023 Changes in this version + type T struct + S S + X map[string]any + func NewT[V any](static V, extra map[string]any) T[V] + func (t *T[S]) UnmarshalJSON(data []byte) error + func (t T[S]) MarshalJSON() ([]byte, error)