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 interfac es to decode/encode structures and slices. Gojay also comes with powerful stream decoding features and an even faster Unsafe API.Read More