go-ordered-map icon indicating copy to clipboard operation
go-ordered-map copied to clipboard

feat: ✨ unmarshal into ordered maps

Open ghostsquad opened this issue 2 months ago • 2 comments

this change will attempt to unmarshal interface{}/any values into an ordered map before falling back to default behavior

resolves #54

ghostsquad avatar Oct 26 '25 21:10 ghostsquad

I'm converting this to a draft... this needs some more testing

ghostsquad avatar Oct 26 '25 21:10 ghostsquad

upon testing this in a different project, I've run into this error:

cannot unmarshal map[string]interface {} into Go value of type *orderedmap.OrderedMap[string,interface {}]

there's some more work to do it appears

ghostsquad avatar Oct 26 '25 21:10 ghostsquad