Categorygithub.com/glendc/gopher-json
modulepackage
0.0.0-20170414221815-dc4743023d0c
Repository: https://github.com/glendc/gopher-json.git
Documentation: pkg.go.dev

# README

gopher-json GoDoc

Package json is a simple JSON encoder/decoder for gopher-lua.

License

Public domain.

# Functions

Loader is the module loader function.
OpenCJSON opens the cjson lib.
Preload adds json to the given Lua state's package.preload table.

# Constants

CJsonLibName defines the name for the cjson lib.