Closed fenollp closed 1 year ago
@fenollp : allowed lazy-init for JSON unmarshalling in v2.1.2, see for example this test => https://github.com/wk8/go-ordered-map/blob/v2.1.2/json_test.go#L138-L199
I'll have another look at this PR in the next few days, it'd still be great to add it to make sure the JSON handling is solid.
Thanks for the patch, this is great :)
Thanks for your time!
Run fuzzing with
go test -fuzz=. -fuzztime=10s ./...