How to Install golang-github-buger-jsonparser-dev in Ubuntu 18.04



Install golang-github-buger-jsonparser-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-buger-jsonparser-dev

Description:

fast schemaless JSON parser for Go

This is a JSON parser library for Go that does not require previous knowledge of the structure of the payload (e.g. creating structs) and allows accessing fields by providing the path to them. It is up to 10 times faster than standard encoding/json package (depending on payload size and usage) and allocates no additional memory.

Homepage: https://github.com/buger/jsonparser

Version: 0.0~git20170705.0.9addec9-1

Section: universe/devel