golang-github-glendc-gopher-json-dev 0.1.0+git20170414.0.dc47430-4 (ppc64el binary) in ubuntu eoan

 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

Package relationships