I have to hand it to Go for default JSON serialization for virtually every data type (i.e., struct) that I’m using.
- X509 cert? There you go!
- TLS connection state? We have it!
netip.Addr? No Problem!
And of course you can unmarshal everything just as easy.





