json-iterator / go

A high-performance 100% compatible drop-in replacement of "encoding/json"
http://jsoniter.com/migrate-from-go-std.html
MIT License
13.33k stars 1.02k forks source link

fix: data race in dynamicMapKeyEncoder/dynamicMapKeyDecoder #666

Open Abioy opened 1 year ago

Abioy commented 1 year ago

try fix concurrent access to ctx.encoders/decoders while marshal map with key type interface{}, as #618 shows

Abioy commented 1 year ago

@taowen