How it works go-json is very fast in both encoding and decoding compared to other libraries. It's easier to implement by using automatic code generation for performance or by using a dedicated ...
Struct tags are great for tools like JSON to know what to map a field to. However, this only goes so far - you can not reuse the same struct if you want to pass data between components (in my case, ...