Attempting to marshal/unmarshal Complex64 and Complex128 will throw json: unsupported type: complex[64/128] as they are not supported by the JSON encoder.
https://github.com/golang/go/blob/129bb1917b4914f0743ec9b4ef0dfb74df39c07d/src/encoding/json/encode.go#L150