goccy / go-json

Fast JSON encoder/decoder compatible with encoding/json for Go
MIT License
3.11k stars 148 forks source link

fix: panic on embedded struct with recursive #483

Open NgoKimPhu opened 1 year ago

NgoKimPhu commented 1 year ago

This PR fixes #459 (panic on embedded struct with recursive) and #468 which is caused by a missing population of anonymous struct fields into encoder.compileContext.structTypeToCodes in the logic of encoder.StructCode.ToAnonymousOpcode.

njucjc commented 3 months ago

ready to merge, I meet same issue