Did you know that Go's 'encoding/json' package, in addition to its inability to express required fields in serialization, also is usually slower than Python's already-slow 'json' library?

I was shocked to discover this, but am seeing Go's json parsing go several times slower than Python's. (And yes, before you ask, this performance is significant in my application.)

Familiarity breeds contempt and all that...

@bradlarsen yehp it's pretty garbage