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.34k stars 1.02k forks source link

Fix map string key marshaller behaviour #600

Closed philpearl closed 1 year ago

philpearl commented 2 years ago

Fix failing tests by making jsoniter string map key behaviour match the standard library