Package easyjson exposes a JSON adapter
that leverages the easyjson serializer library.
It ships as an independent go module.
This library is significantly faster than the standard
library, provided the data types implement its specific
interfaces easyjson.Marshaler and easyjson.Unmarshaler.