Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2026 Changes in this version + const DefaultMaxDepth + const DefaultMaxNodes + const DefaultMaxStringBytes + const HardMaxBytes + func Pointer(parts []string) string + type Failure struct + Diagnostic result.Diagnostic + Resource bool + func Decode(data []byte, limits Limits) (any, *Failure) + func (f *Failure) Error() string + type Limits struct + MaxDepth int + MaxNodes int + MaxStringBytes int + func DefaultLimits() Limits