You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out to be more straightforward than I expected to support
selecting values not just from `[]any` and `map[string]any` but from any
type of slice or string-keyed map, thanks to the `reflect` package.
Leave the branches for `[]any` and `map[string]any` in place to avoid
the overhead of reflection, but then use reflection if the value is any
other type of slice or map. Resolves#26.
0 commit comments