Categorygithub.com/kong/gopher-json
modulepackage
0.0.0-20201124131017-552bb3c4c3bf
Repository: https://github.com/kong/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

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.