Yanis
Results
3
comments of
Yanis
Thanks @Bisstocuz, but the result is the same, it panics.
I know, however this used to work prior to 1.7.0. I don't think the code should panic.
Also, this does not seem to cause any issues to the json decoder. The panics occurs after the decoding, in the struct validation fn. ``` var ex *Example dec :=...