Fastest JSON encoder/decoder with powerful stream API for Golang
Description
GoJay is a performant JSON encoder/decoder for Golang (currently the most
performant, see benchmarks).
It has a simple API and doesn't use reflection. It relies on small interfaces to
decode/encode structures and slices.
Gojay also comes with powerful stream decoding features and an even faster
Unsafe API.