Install golang-github-glendc-gopher-json-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-glendc-gopher-json-dev
Description:
simple JSON encoder/decoder for Gopher-Lua
This library implements methods for encoding and decoding JSON from within Gopher-Lua, a Lua implementation within Go. . decode(string): Decodes a JSON string. Returns nil and an error string if the string could not be decoded. encode(value): Encodes a value into a JSON string. Returns nil and an error string if the value could not be encoded. . Documentation: https://godoc.org/layeh.com/gopher-json
Homepage: https://github.com/glendc/gopher-json
Version: 0.1.0+git20170414.0.dc47430-4
Section: universe/devel