ziemekobel

Results 2 issues of ziemekobel

Marshalling panics when a struct containing a map field and a custom MarshalJSON() is provided. Tested on Apple M1 Pro, running macOS 14.0. The below test code: ``` type Fields...

When trying to marshal a structure that has a field declared as an interface, an error gets returned. Tested using Go 1.21, MacOS 14.0, M1 Pro. The following test demonstrates...