easyjson

Fast JSON serializer for golang

Install

All systems
curl cmd.cat/easyjson.sh
Debian Debian
apt-get install golang-easyjson
Ubuntu
apt-get install golang-easyjson
image/svg+xml Kali Linux
apt-get install golang-easyjson
Windows (WSL2)
sudo apt-get update sudo apt-get install golang-easyjson

golang-easyjson

Fast JSON serializer for golang

easyjson allows (un-)marshaling of JSON golang structs without the use of reflection by generating marshaller code. One of the aims of the library is to keep generated code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with ability to customize the generated code not available in 'encoding/json', such as generating snake_case names or enabling 'omitempty' behavior by default. This package contains the command-line client.