Versions in this module Expand all Collapse all v0 v0.3.1 Oct 11, 2024 v0.3.0 Oct 8, 2024 Changes in this version + const ErrMalformedJSON + const ErrNotGivenStruct + var ErrGivenNonStringKey = errors.New("given object with non-string key") + var ErrInlineNotRightMap = errors.New("target's inline field is not a map[string]interface{}") + var ErrMissingInlineField = errors.New("target struct missing specified inline field") + var ErrNotGivenMutable = errors.New("not given something which we can assign to") + var ErrNotStructHolder = errors.New("holder is not a struct") + var ErrUnsettableInlineField = errors.New("target struct's inline field not assignable") + func Contains[S ~[]E, E comparable](s S, v E) bool + func Index[S ~[]E, E comparable](s S, v E) int + func InlineUnmarshalJSON(target any, raw []byte) (err error)