modulepackage
0.1.1
Repository: https://github.com/hanneslueer/gopher-json.git
Documentation: pkg.go.dev
# README
gopher-json 
Package json is a simple JSON encoder/decoder for gopher-lua. It is based on gopher-json from layeh and adds the functionality to encode sparse arrays.
License
Public domain
# Functions
Decode converts the JSON encoded data to Lua values.
DecodeValue converts the value to a Lua value.
Encode returns the JSON encoding of value.
Loader is the module loader function.
Preload adds json to the given Lua state's package.preload table.