# README
gopher-json
Package json is a simple JSON encoder/decoder for gopher-lua.
This is a fork of:
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.