Easyjson Installation On A Debian, Ubuntu And Kali

Easyjson Installation On A Debian, Ubuntu And Kali

easyjson

Fast JSON serializer for golang

Maintainer: Debian Go Packaging Team



Section: devel

Install easyjson

  • Debian apt-get install golang-easyjson Click to copy
  • Ubuntu apt-get install golang-easyjson Click to copy
  • Kali Linux apt-get install golang-easyjson Click to copy

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.

Installation of latest easyjson command is available for Debian, Ubuntu and Kali. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.